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