This is GSLT(GameServerLoginToken) Management package for Golang.
https://partner.steamgames.com/doc/webapi/IGameServersService
You can check examples 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"
)
Shugo FlowingSPDG Kawamura