You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
default: check
|
|
|
|
check:
|
|
go test && go test -compiler gccgo
|
|
|
|
docs:
|
|
godoc2md github.com/juju/errors > README.md
|
|
sed -i 's|\[godoc-link-here\]|[![GoDoc](https://godoc.org/github.com/juju/errors?status.svg)](https://godoc.org/github.com/juju/errors)|' README.md
|
|
|
|
|
|
.PHONY: default check docs
|
|
|