Files
steamcache2/main.go
Justin Harms 6fc83063da
All checks were successful
Release / Build versioned release (push) Successful in 11s
chore: remove outdated copyright notice from main.go
2025-01-22 17:34:56 -06:00

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