glp/structs/license.go

8 lines
98 B
Go
Raw Normal View History

2020-02-06 15:09:25 +05:00
package structs
type License struct {
Copyrights string
Name string
URL string
}