aboutsummaryrefslogtreecommitdiffstats
path: root/api.go
diff options
context:
space:
mode:
authorclsr <clsr@clsr.net>2018-08-24 02:14:47 +0200
committerclsr <clsr@clsr.net>2018-08-24 02:14:47 +0200
commit01825fbbed76b6dc47345b708c1a58cbd017e3d2 (patch)
tree60e2564526e94a0bcacaea037413b757de52943e /api.go
parent40c71b5b843a28718339579dbef22bf0ccdab6ab (diff)
downloadgomf-01825fbbed76b6dc47345b708c1a58cbd017e3d2.tar.gz
gomf-01825fbbed76b6dc47345b708c1a58cbd017e3d2.zip
Update git repositoy path
Diffstat (limited to 'api.go')
-rw-r--r--api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api.go b/api.go
index 46563dd..0ce4b83 100644
--- a/api.go
+++ b/api.go
@@ -6,7 +6,7 @@ import (
"encoding/hex"
"encoding/json"
"fmt"
- "git.clsr.net/gomf/storage"
+ "git.clsr.net/gomf/gomf/storage"
"io"
"mime"
"net/http"