diff options
author | clsr <clsr@clsr.net> | 2018-08-24 02:14:19 +0200 |
---|---|---|
committer | clsr <clsr@clsr.net> | 2018-08-24 02:14:19 +0200 |
commit | 08ad3ae7d038bd51b2ce42b864fc56d03f14e2e6 (patch) | |
tree | 065acac52bac5019e34c5928543d70c548feae54 | |
parent | ade5e793fffe96d7b740e9ce9a1ff4323d7b8e97 (diff) | |
download | gomf-modpanel-08ad3ae7d038bd51b2ce42b864fc56d03f14e2e6.tar.gz gomf-modpanel-08ad3ae7d038bd51b2ce42b864fc56d03f14e2e6.zip |
Update git repositoy path
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import ( "encoding/json" "flag" "fmt" - "git.clsr.net/gomf/storage" + "git.clsr.net/gomf/gomf/storage" "html/template" "io" "io/ioutil" |