David K. Bainbridge | 528b318 | 2017-01-23 08:51:59 -0800 | [diff] [blame^] | 1 | default: check |
2 | |||||
3 | check: | ||||
4 | go test | ||||
5 | |||||
6 | docs: | ||||
7 | godoc2md github.com/juju/loggo > README.md | ||||
8 | sed -i 's|\[godoc-link-here\]|[![GoDoc](https://godoc.org/github.com/juju/loggo?status.svg)](https://godoc.org/github.com/juju/loggo)|' README.md | ||||
9 | |||||
10 | |||||
11 | .PHONY: default check docs |