Files
sjy01-image-proc/license/no_license.go
2024-12-12 14:44:44 +08:00

11 lines
130 B
Go

//go:build local
// +build local
package license
import "fmt"
func VerifyLicense() {
fmt.Println("license is not required")
}