🎨 大部分的 make 指令
This commit is contained in:
13
internal/opt/opt.go
Normal file
13
internal/opt/opt.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package opt
|
||||
|
||||
type config struct {
|
||||
Debug bool
|
||||
Make struct {
|
||||
DisableDependencyCheck bool
|
||||
Dir string
|
||||
}
|
||||
}
|
||||
|
||||
var (
|
||||
Cfg = &config{}
|
||||
)
|
||||
Reference in New Issue
Block a user