glp/structs/license.go

8 lines
100 B
Go
Raw Normal View History

2020-02-06 15:09:25 +05:00
package structs
type License struct {
2020-02-08 12:51:42 +05:00
Copyrights []string
2020-02-06 15:09:25 +05:00
Name string
URL string
}