Initial commit (code only without large binaries)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
|
||||
|
||||
package iplibraryutils
|
||||
|
||||
import "github.com/iwind/TeaGo/Tea"
|
||||
|
||||
func CanAccess() bool {
|
||||
return Tea.IsTesting()
|
||||
}
|
||||
Reference in New Issue
Block a user