add dep test

This commit is contained in:
zhiqiang feng
2021-01-04 16:02:13 +08:00
parent 8157e0c5eb
commit 576216f712
4 changed files with 34 additions and 6 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import (
func main() {
app := &cli.App{
Name: "boom",
Name: "boom",
Usage: "make an explosive entrance",
Action: func(c *cli.Context) error {
fmt.Println("boom! I say!")
@@ -22,4 +22,4 @@ func main() {
if err != nil {
log.Fatal(err)
}
}
}