updated g2g
This commit is contained in:
parent
bb4ba277be
commit
eea08bba8d
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
GOCMD=go
|
GOCMD=go
|
||||||
GOBUILDCMD=${GOCMD} build
|
GOBUILDCMD=${GOCMD} build
|
||||||
GOOPTIONS=-mod=vendor -ldflags="-s -w"
|
GOOPTIONS=-mod=vendor -ldflags="-s -w"
|
||||||
VERSION := $(shell cat ./VERSION)
|
VERSION := $(shell cat ./VERSION)
|
||||||
|
|
||||||
RMCMD=rm
|
RMCMD=rm
|
||||||
|
@ -4,7 +4,7 @@ import (
|
|||||||
"flag"
|
"flag"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"git.paulbsd.com/paulbsd/g2g/src/utils"
|
"git.paulbsd.com/paulbsd/g2g/utils"
|
||||||
"gopkg.in/ini.v1"
|
"gopkg.in/ini.v1"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user