basic test

This commit is contained in:
zhiqiang feng
2020-12-31 17:57:24 +08:00
parent 3813cab9ab
commit 220b1d269d
4 changed files with 129 additions and 6 deletions
+6 -1
View File
@@ -2,4 +2,9 @@ module it2000.com.cn/tele-proc
go 1.15
require github.com/urfave/cli/v2 v2.3.0 // indirect
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.6.1
github.com/urfave/cli/v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)