Fixed a few linter hints

This commit is contained in:
2019-06-07 10:03:16 +09:00
parent 0e4f7fe6ec
commit f464e830bf
21 changed files with 52 additions and 29 deletions
.golangci.yml
arn
jobs
main_test.go
pages
animelist
editor
listimport
listimportkitsu
listimportmyanimelist
recommended
upload
patches/import-mal-companies
utils/editform

@ -5,8 +5,8 @@ import (
"time"
"github.com/akyoto/color"
"github.com/animenotifier/notify.moe/arn"
"github.com/animenotifier/mal"
"github.com/animenotifier/notify.moe/arn"
)
var malDB = arn.Node.Namespace("mal").RegisterTypes((*mal.Anime)(nil))