This commit is contained in:
Pedro Henrique 2019-08-24 00:18:43 -03:00 committed by GitHub
parent c82ae61415
commit b32af5bbdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ import (
// License types.
const (
LicenseFoss = "foss"
LicensePeronal = "personal"
LicensePersonal = "personal"
LicenseStandard = "standard"
LicenseTrial = "trial"
)