增加授权验证
This commit is contained in:
10
license/no_license.go
Normal file
10
license/no_license.go
Normal file
@@ -0,0 +1,10 @@
|
||||
//go:build local
|
||||
// +build local
|
||||
|
||||
package license
|
||||
|
||||
import "fmt"
|
||||
|
||||
func VerifyLicense() {
|
||||
fmt.Println("license is not required")
|
||||
}
|
||||
Reference in New Issue
Block a user