⚠️报错 -> go run: cannot run *_test.go files (abc_test.go) 因为 *_test.go(如abc_test.go)是go语言特有的规定,作为测试文件使用。 因此修改下相关文件名即可