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