package main import ( "s1d3sw1ped/SteamCache2/cmd" _ "s1d3sw1ped/SteamCache2/version" // Import the version package for global version variable ) func main() { cmd.Execute() }