From eea08bba8d0da7118a4eb0fc4e5bca3902e2b55f Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Tue, 4 Feb 2020 18:42:30 +0100 Subject: [PATCH] updated g2g --- Makefile | 2 +- src/config/main.go | 2 +- {src/utils => utils}/main.go | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {src/utils => utils}/main.go (100%) 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