Releases: xslasd/go-license
Releases · xslasd/go-license
v0.1.2
update licenseFileSavePath bug
add func WithLicenseFileName(name string) Option
v0.1.1
Update spelling errors in words
v0.1.0
NewLicenseCli(rsaKey RSAKeyConfig, subject string, opts ...Option) (LicenseCli, error)
GenerateActivationCode(opts ...GenerateOption) ([]byte, error)
ActivateLicense(licenseCode []byte) error
VerifyLicense() bool
GetLicenseInfo() (*LicenseInfo, error)