mirror of
https://github.com/onsonr/motr.git
synced 2025-03-10 17:29:10 +00:00
refactor: reorder imports for better readability
This commit is contained in:
parent
6f5acfd608
commit
958558e0fb
6
main.go
6
main.go
@ -19,10 +19,10 @@ import (
|
|||||||
|
|
||||||
_ "github.com/ncruces/go-sqlite3/driver"
|
_ "github.com/ncruces/go-sqlite3/driver"
|
||||||
_ "github.com/ncruces/go-sqlite3/embed"
|
_ "github.com/ncruces/go-sqlite3/embed"
|
||||||
motr "github.com/onsonr/motr/internal/config"
|
|
||||||
motrorm "github.com/onsonr/motr/internal/models"
|
|
||||||
sink "github.com/onsonr/motr/internal/sink"
|
|
||||||
vault "github.com/onsonr/motr/app"
|
vault "github.com/onsonr/motr/app"
|
||||||
|
motr "github.com/onsonr/motr/internal/config"
|
||||||
|
motrorm "github.com/onsonr/motr/internal/models"
|
||||||
|
sink "github.com/onsonr/motr/internal/sink"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user