diff options
| author | Kurt <kurt.w.jung@gmail.com> | 2019-05-09 10:21:35 -0400 |
|---|---|---|
| committer | Kurt <kurt.w.jung@gmail.com> | 2019-05-09 10:21:35 -0400 |
| commit | 65c03ae855f64ff46c37f9d58ed572a302bd355d (patch) | |
| tree | d8ee86ef5c410ca4d2dda2d96cd49654df28a591 /Makefile | |
| parent | 514e371ce761f71cf004bf0da3246824310b2e4f (diff) | |
Handle errors in UTF-8 example
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ check : golint . go vet -all . gofmt -s -l . - goreportcard-cli -v + goreportcard-cli -v | grep -v cyclomatic README.md : doc/document.md pandoc --read=markdown --write=gfm < $< > $@ |
