diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-01-08 01:13:50 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-01-08 01:13:50 (GMT) |
commit | 6c46b468fc95010f76edca3345d7b80529bc1fce (patch) | |
tree | c757ac71751693c8b4f76ab09e9dda6ccadc5932 /src/rhimportd/ctrlWatchDir.go | |
parent | 99f7d89b99d6be4cb90fd7be4287eb381196c482 (diff) |
moved rhimport package to rhrd-go repo
Diffstat (limited to 'src/rhimportd/ctrlWatchDir.go')
-rw-r--r-- | src/rhimportd/ctrlWatchDir.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/ctrlWatchDir.go b/src/rhimportd/ctrlWatchDir.go index 037f8ea..d5cab31 100644 --- a/src/rhimportd/ctrlWatchDir.go +++ b/src/rhimportd/ctrlWatchDir.go @@ -27,8 +27,8 @@ package main import ( "encoding/json" "fmt" - "helsinki.at/rhimport" "helsinki.at/rhrd-go/rddb" + "helsinki.at/rhrd-go/rhimport" "net/http" "os" "path/filepath" |