diff --git a/service/events.go b/service/events.go index f36fa52..c11266d 100644 --- a/service/events.go +++ b/service/events.go @@ -2,10 +2,11 @@ package service import ( "fmt" - "github.com/beancount-gs/script" - "github.com/gin-gonic/gin" "sort" "strings" + + "github.com/beancount-gs/script" + "github.com/gin-gonic/gin" ) type Event struct {