mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-22 08:46:22 +03:00
sort import
This commit is contained in:
parent
ad74948bd2
commit
5cdaa9630b
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -1,13 +1,13 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/getlantern/systray"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/Redume/EveryNasa/api/controllers"
|
"github.com/Redume/EveryNasa/api/controllers"
|
||||||
"github.com/Redume/EveryNasa/functions"
|
"github.com/Redume/EveryNasa/functions"
|
||||||
"github.com/Redume/EveryNasa/web/pages"
|
"github.com/Redume/EveryNasa/web/pages"
|
||||||
|
|
||||||
|
"github.com/getlantern/systray"
|
||||||
"github.com/gorilla/mux"
|
"github.com/gorilla/mux"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue