Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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