11 lines
181 B
Go
11 lines
181 B
Go
package main
|
|
|
|
import (
|
|
"s1d3sw1ped/SteamCache2/cmd"
|
|
_ "s1d3sw1ped/SteamCache2/version" // Import the version package for global version variable
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|