main
NewLicense
func NewLicense(licenseKey, pubKey string) (*License, error) { var err error key, err := lk.PublicKeyFromB32String(pubKey) if err != nil {