Get copyrights from license file.

This commit is contained in:
2020-02-08 12:51:42 +05:00
parent 7726d76512
commit 2ccf308e1b
3 changed files with 34 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
package structs
type License struct {
Copyrights string
Copyrights []string
Name string
URL string
}