diff --git a/Makefile b/Makefile index 0babbfa..c58a259 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GOCMD=go GOBUILDCMD=${GOCMD} build -GOOPTIONS=-mod=vendor -ldflags="-s -w" +GOOPTIONS=-mod=vendor -ldflags="-s -w" VERSION := $(shell cat ./VERSION) RMCMD=rm diff --git a/src/config/main.go b/src/config/main.go index 062a0e1..327ba12 100644 --- a/src/config/main.go +++ b/src/config/main.go @@ -4,7 +4,7 @@ import ( "flag" "time" - "git.paulbsd.com/paulbsd/g2g/src/utils" + "git.paulbsd.com/paulbsd/g2g/utils" "gopkg.in/ini.v1" ) diff --git a/src/utils/main.go b/utils/main.go similarity index 100% rename from src/utils/main.go rename to utils/main.go