autogenpb syntax change
This commit is contained in:
parent
17c9a34aa4
commit
f39125655d
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ redomod:
|
||||||
clean:
|
clean:
|
||||||
rm -f go.*
|
rm -f go.*
|
||||||
rm -f zookeeper
|
rm -f zookeeper
|
||||||
go-mod-clean --purge
|
go-mod-clean purge
|
||||||
|
|
||||||
# git clone the sources and all the golang dependancies into ~/go/src
|
# git clone the sources and all the golang dependancies into ~/go/src
|
||||||
# if you don't have go-clone, you can get it from http://go.wit.com/
|
# if you don't have go-clone, you can get it from http://go.wit.com/
|
||||||
|
|
Loading…
Reference in New Issue