Import order.

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-08-06 16:19:26 +02:00
parent 4b8ca7d379
commit 4f279059a2
+2 -1
View File
@@ -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 {