glp/structs/license.go

8 lines
100 B
Go

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