We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02af0c6 commit b46edf5Copy full SHA for b46edf5
model/option.go
@@ -28,6 +28,7 @@ func InitOptionMap() {
28
common.OptionMap["WebsiteName"] = "Go File"
29
common.OptionMap["FooterInfo"] = ""
30
common.OptionMap["Version"] = common.Version
31
+ common.OptionMap["Notice"] = ""
32
options, _ := AllOption()
33
for _, option := range options {
34
updateOptionMap(option.Key, option.Value)
0 commit comments