add make misspell

This commit is contained in:
Shawn Smith
2016-08-06 14:48:26 -07:00
parent ce71eea388
commit 7f2efdb71f

View File

@@ -15,3 +15,6 @@ test:
start:
go run main.go
misspell:
find . -name '*.go' | xargs misspell -error