Fixed linter errors

This commit is contained in:
2019-09-16 08:17:20 +09:00
parent 47e9c39c70
commit 1d15f441d1
8 changed files with 26 additions and 54 deletions

View File

@ -1,7 +1,10 @@
package utils
import "time"
import "github.com/animenotifier/notify.moe/arn"
import (
"time"
"github.com/animenotifier/notify.moe/arn"
)
// UserStats ...
type UserStats struct {