Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/b4fb258d0da69f3cf89218e7ecba17c6008b5a4f You should set ROOT_URL correctly, otherwise the web may not work correctly.

unused imports

pull/16/head
Bruce Leidl 9 years ago
parent 0054afb826
commit b4fb258d0d

@ -6,8 +6,6 @@ import (
"fmt"
"io/ioutil"
"net"
"os"
"path/filepath"
"strconv"
"strings"
"github.com/subgraph/fw-daemon/Godeps/_workspace/src/github.com/op/go-logging"

Loading…
Cancel
Save