Versions in this module Expand all Collapse all v0 v0.3.0 Jun 19, 2026 v0.2.0 Jun 18, 2026 Changes in this version + var ErrInvalid = errors.New("not a recognizable SteamID") + var ErrVanity = errors.New("input is a vanity name, not a SteamID; resolve it over the network") + type ID struct + AccountID uint32 + func FromAccountID(a uint32) ID + func FromID64(n uint64) (ID, error) + func Parse(input string) (ID, error) + func (id ID) ID3() string + func (id ID) ID64() uint64 + func (id ID) ID64String() string + func (id ID) Steam2() string