gommunicator/Makefile

5 lines
56 B
Makefile

run:
go run ./cmd/app/main.go
update:
go get -u ./...