updated g2g
This commit is contained in:
parent
bb4ba277be
commit
eea08bba8d
2
Makefile
2
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
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"flag"
|
||||
"time"
|
||||
|
||||
"git.paulbsd.com/paulbsd/g2g/src/utils"
|
||||
"git.paulbsd.com/paulbsd/g2g/utils"
|
||||
"gopkg.in/ini.v1"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user