package
0.0.0-20231208061952-f10d33120ced
Repository: https://github.com/liguoqinjim/go-labs.git
Documentation: pkg.go.dev
# README
简单测试
运行结果
1.go test
不带参数的话只会输出测试不通过的,go test -v
会显示所有的测试结果
go test
:
go test -v
:
参考资料
# Functions
No description provided by the author