From 7f2efdb71fe97535b29810cff721a35100c64cde Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sat, 6 Aug 2016 14:48:26 -0700 Subject: [PATCH] add make misspell --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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