go get github.com/Philipp15b/go-steamapi
throws error:
github.com/Philipp15b/go-steamapi/id.go:33:15: undefined: ResolveVanityUrl
There is a function named ResolveVanityURL in go-steamapi/profiles.go
Seems case sensitivity mismatch.
edit:
another mismatch
github.com/Philipp15b/go-steamapi/id.go:38:26: resp.SteamId undefined (type *ResolveVanityURLResponse has no field or method SteamId, but does have SteamID)
go get github.com/Philipp15b/go-steamapi
throws error:github.com/Philipp15b/go-steamapi/id.go:33:15: undefined: ResolveVanityUrl
There is a function named
ResolveVanityURL
ingo-steamapi/profiles.go
Seems case sensitivity mismatch.edit: another mismatch
github.com/Philipp15b/go-steamapi/id.go:38:26: resp.SteamId undefined (type *ResolveVanityURLResponse has no field or method SteamId, but does have SteamID)