修改git过滤文件
This commit is contained in:
13
cmd/devpack/main.go
Normal file
13
cmd/devpack/main.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"github.com/user/devpack/cmd/devpack/commands"
|
||||
)
|
||||
|
||||
func main() {
|
||||
if err := commands.Execute(); err != nil {
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user