10 lines
80 B
Makefile
10 lines
80 B
Makefile
|
build:
|
||
|
go build
|
||
|
./example-protobuf
|
||
|
|
||
|
prep:
|
||
|
go get -v -t -u
|
||
|
|
||
|
run:
|
||
|
go run *.go
|