glp/structs/license.go

8 lines
98 B
Go

package structs
type License struct {
Copyrights string
Name string
URL string
}