1
0
mirror of https://github.com/zu1k/nali.git synced 2025-03-11 19:02:03 +08:00
2023-09-28 22:41:43 +08:00

11 lines
122 B
Go

package constant
import "runtime"
var (
Owner = "zu1k"
Repo = "nali"
OS = runtime.GOOS
Arch = runtime.GOARCH
)