diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-29 00:04:00 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-29 00:04:00 (GMT) |
commit | 1b9e777c9cec218e040166dd5ae12c5bde843f20 (patch) | |
tree | aad77761c19e22300ecfdaba623aff0f7568350c /src/rhimportd/routeWeb.go | |
parent | 29c5920353da2ff8811d1518b411dfe957e397f5 (diff) |
watch dir control interface uses session
Diffstat (limited to 'src/rhimportd/routeWeb.go')
-rw-r--r-- | src/rhimportd/routeWeb.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/rhimportd/routeWeb.go b/src/rhimportd/routeWeb.go index 0411239..28bb082 100644 --- a/src/rhimportd/routeWeb.go +++ b/src/rhimportd/routeWeb.go @@ -25,11 +25,12 @@ package main import ( - "code.helsinki.at/rhrd-go/rddb" - "code.helsinki.at/rhrd-go/rhimport" "net/http" _ "net/http/pprof" "time" + + "code.helsinki.at/rhrd-go/rddb" + "code.helsinki.at/rhrd-go/rhimport" ) type webHandler struct { |