fix imports

Sorry, forgot to add imports correctly, needed to edit the file and make the commit using the github online editor, since I can't access from my current location from git.
This commit is contained in:
Antonio Fdez 2016-11-17 17:08:01 +01:00 committed by GitHub
parent dda37c45da
commit 9f357f7625

View File

@ -11,6 +11,8 @@ import (
"net/http" "net/http"
"net/url" "net/url"
"os" "os"
"runtime"
"strings"
"gopkg.in/urfave/cli.v1" "gopkg.in/urfave/cli.v1"