1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 21:29:02 +08:00
nali/internal/constant/repo.go

11 lines
122 B
Go
Raw Permalink Normal View History

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