plally / steamid

A package to convert steamIDs between their various forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

A package to convert steamIDs between their various forms

License:MIT License


Languages

Language:Go 100.0%