Skip to content

FlowingSPDG/gslt-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSLT-Go

About

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"
)

Author

Shugo FlowingSPDG Kawamura

Releases

No releases published

Packages

No packages published

Languages