8 lines
100 B
Go
8 lines
100 B
Go
package structs
|
|
|
|
type License struct {
|
|
Copyrights []string
|
|
Name string
|
|
URL string
|
|
}
|