From 01825fbbed76b6dc47345b708c1a58cbd017e3d2 Mon Sep 17 00:00:00 2001 From: clsr Date: Fri, 24 Aug 2018 02:14:47 +0200 Subject: Update git repositoy path --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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" -- cgit