github.com/podhmo/reflect-shape@v0.4.3/Makefile (about) 1 test: 2 go test ./... 3 .PHONY: test 4 5 lint: 6 go vet ./... 7 .PHONY: lint 8 9 run-motivation: 10 go run ./_examples/motivation 11 .PHONY: run-motivation