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 --- USAGE | 4 ++-- api.go | 2 +- main.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/USAGE b/USAGE index 68e8b46..9484efa 100644 --- a/USAGE +++ b/USAGE @@ -13,9 +13,9 @@ Requirements Installation ------------ - - `go get -u git.clsr.net/gomf` + - `go get -u git.clsr.net/gomf/gomf` - - Go to a directory where you want to have the website files and `git clone https://git.clsr.net/gomf-web` + - Go to a directory where you want to have the website files and `git clone https://git.clsr.net/gomf/gomf-web` Running 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" 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