github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/juju/errors/Makefile (about) 1 default: check 2 3 check: 4 go test && go test -compiler gccgo 5 6 docs: 7 godoc2md github.com/juju/errors > README.md 8 sed -i 's|\[godoc-link-here\]|[](https://godoc.org/github.com/juju/errors)|' README.md 9 10 11 .PHONY: default check docs