mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-19 23:24:14 +09:00
Golint fixed for modules/template
This commit is contained in:
@ -64,6 +64,7 @@ var (
|
||||
highlightMapping = map[string]string{}
|
||||
)
|
||||
|
||||
// NewContext loads highlight map
|
||||
func NewContext() {
|
||||
keys := setting.Cfg.Section("highlight.mapping").Keys()
|
||||
for i := range keys {
|
||||
|
Reference in New Issue
Block a user