Switch year arg from int to string

This effectively allows for arbitrary copyright
years. For instance, 2018-2019.
This commit is contained in:
alex
2019-01-07 14:10:08 +01:00
parent b4fa55f138
commit f6c8b89ee5
4 changed files with 38 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ func init() {
}
type copyrightData struct {
Year int
Year string
Holder string
}