mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +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
|
||||
|
||||
import (
|
||||
"github.com/getlantern/systray"
|
||||
"net/http"
|
||||
|
||||
"github.com/Redume/EveryNasa/api/controllers"
|
||||
"github.com/Redume/EveryNasa/functions"
|
||||
"github.com/Redume/EveryNasa/web/pages"
|
||||
|
||||
"github.com/getlantern/systray"
|
||||
"github.com/gorilla/mux"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue