Changed import path order

This commit is contained in:
2019-04-23 14:52:55 +09:00
parent c65f927678
commit 58a257f840
74 changed files with 164 additions and 164 deletions

View File

@ -7,9 +7,9 @@ import (
"github.com/aerogo/aero"
"github.com/aerogo/http/client"
"github.com/akyoto/color"
"github.com/animenotifier/arn"
"github.com/animenotifier/notify.moe/utils"
"github.com/akyoto/color"
"github.com/mssola/user_agent"
)