aboutsummaryrefslogtreecommitdiffstats
path: root/commands/webui.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/webui.go')
-rw-r--r--commands/webui.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/commands/webui.go b/commands/webui.go
index 0389d68b..9ebced09 100644
--- a/commands/webui.go
+++ b/commands/webui.go
@@ -4,6 +4,11 @@ import (
"bytes"
"encoding/json"
"fmt"
+ "io/ioutil"
+ "log"
+ "net/http"
+ "time"
+
"github.com/MichaelMure/git-bug/graphql"
"github.com/MichaelMure/git-bug/repository"
"github.com/MichaelMure/git-bug/util"
@@ -13,10 +18,6 @@ import (
"github.com/skratchdot/open-golang/open"
"github.com/spf13/cobra"
"github.com/vektah/gqlgen/handler"
- "io/ioutil"
- "log"
- "net/http"
- "time"
)
var port int