August 2018
Intermediate to advanced
416 pages
12h 37m
English
Here is an example makefile that runs a Golang API Service from my open source https://github.com/jbelmont/api-workshop:
BIN_DIR := "bin/apid" APID_MAIN := "cmd/apid/main.go"all: ensure lint test-coverensure: go get -u github.com/mattn/goveralls go get -u github.com/philwinder/gocoverage go get -u github.com/alecthomas/gometalinter go get -u github.com/golang/dep/cmd/dep ...
Read now
Unlock full access