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:

Imgur

go test -v:

Imgur

参考资料

# Functions

No description provided by the author