Philipp15b / go-steamapi

Steam Web API in Go.
http://godoc.org/github.com/Philipp15b/go-steamapi
MIT License
93 stars 28 forks source link

Don't parse invalid IDs #12

Closed rkfg closed 3 years ago

rkfg commented 4 years ago

Immediately return if the passed string ID is invalid or else a panic occurs while trying to parse it

Philipp15b commented 3 years ago

Sorry for the delay, thank you!