Philipp15b / go-steam

Steam's protocol in Go to allow automation of different actions on the Steam network without running an actual Steam client. Includes APIs for friends, chatting, trading, trade offers and TF2 crafting.
https://pkg.go.dev/github.com/Philipp15b/go-steam/v3
Other
390 stars 129 forks source link

Is it possible to get ClassId / InstanceId as a string instead of economy.ClassId? #44

Closed PanicIsReal closed 9 years ago

b1naryth1ef commented 9 years ago

You should read more on how Go types work. Those are type aliases to uint64's, so you can use http://golang.org/pkg/strconv/