Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flowingspdg/gslt-go
GSLT manager package for Go.
https://github.com/flowingspdg/gslt-go
csgo game-server-login-token gslt steam
Last synced: about 1 month ago
JSON representation
GSLT manager package for Go.
- Host: GitHub
- URL: https://github.com/flowingspdg/gslt-go
- Owner: FlowingSPDG
- License: mit
- Created: 2020-01-09T07:41:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T07:35:35.000Z (over 1 year ago)
- Last Synced: 2024-06-21T07:48:16.128Z (6 months ago)
- Topics: csgo, game-server-login-token, gslt, steam
- Language: Go
- Homepage: https://flowing.tokyo
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
GSLT-Go
===========================
## About
This is GSLT(GameServerLoginToken) Management package for Golang.
https://partner.steamgames.com/doc/webapi/IGameServersService
You can check [examples](https://github.com/FlowingSPDG/gslt-go/tree/master/example) to learn how to use it.
``go run ./example/example.go -apikey=YOUR_STEAM_WEB_API_KEY -appid=730 -memo=GO_TEST``To add your package,execute `go get github.com/FlowingSPDG/gslt-go` and import it like this :
```
import (
"github.com/FlowingSPDG/gslt-go"
"fmt"
)
```## Author
Shugo [**FlowingSPDG**](http://github.com/FlowingSPDG) Kawamura