Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 460 Bytes

Go Reference Go Report Card

steamid

Convert steamIDs between their types
Supports

  • steamID32
  • SteamID3
  • SteamID64

Example

steamID32, err := SteamID32("STEAM_0:0:12345")
steamID64 = steamID32.SteamID64String()