golang-examples/example-go-channel/Makefile

4 lines
56 B
Makefile

build:
GO111MODULE="off" go build -v -x
./go-channels