aboutsummaryrefslogtreecommitdiffstats
path: root/main.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 /main.go
parent40c71b5b843a28718339579dbef22bf0ccdab6ab (diff)
downloadgomf-01825fbbed76b6dc47345b708c1a58cbd017e3d2.tar.gz
gomf-01825fbbed76b6dc47345b708c1a58cbd017e3d2.zip
Update git repositoy path
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7953398..c72d585 100644
--- a/main.go
+++ b/main.go
@@ -3,7 +3,7 @@ package main
import (
"flag"
"fmt"
- "git.clsr.net/gomf/storage"
+ "git.clsr.net/gomf/gomf/storage"
"math/rand"
"net/http"
"strings"