Import order.
This commit is contained in:
+2
-1
@@ -1,8 +1,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"net/http"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"net/http"
|
||||||
"os/exec"
|
"os/exec"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -13,6 +13,7 @@ func main() {
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
http.ListenAndServe(":8081", &controlApiHandler{})
|
http.ListenAndServe(":8081", &controlApiHandler{})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type userServerHandler struct {
|
type userServerHandler struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user