diff --git a/Makefile b/Makefile index d2c0d23..d99722f 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,6 @@ test: start: go run main.go + +misspell: + find . -name '*.go' | xargs misspell -error