Restructure
重构
This commit is contained in:
@@ -10,7 +10,7 @@ const (
|
||||
`
|
||||
)
|
||||
|
||||
//IsRunTesting 判断是否在测试环境下使用
|
||||
// IsRunTesting Determine whether to use it in a test environment.判断是否在测试环境下使用
|
||||
func IsRunTesting() bool {
|
||||
if len(os.Args) > 1 {
|
||||
return strings.HasPrefix(os.Args[1], "-test")
|
||||
|
||||
Reference in New Issue
Block a user