Files
nunu/config/config.go
2025-03-24 13:39:47 +08:00

14 lines
534 B
Go

package config
var (
Version = "1.1.1"
WireCmd = "github.com/google/wire/cmd/wire@latest"
NunuCmd = "github.com/go-nunu/nunu@latest"
RepoBase = "https://github.com/go-nunu/nunu-layout-base.git"
RepoAdvanced = "https://github.com/go-nunu/nunu-layout-advanced.git"
RepoAdmin = "https://github.com/go-nunu/nunu-layout-admin.git"
RepoChat = "https://github.com/go-nunu/nunu-layout-chat.git"
RunExcludeDir = ".git,.idea,tmp,vendor"
RunIncludeExt = "go,html,yaml,yml,toml,ini,json,xml,tpl,tmpl"
)