Skip to content

Commit 4af0fc1

Browse files
committed
make the sad spelling time stop
1 parent a3178eb commit 4af0fc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
set -e
44

55
go get github.com/gorilla/websocket #todo vendor this or learn about the module stuff!
6+
go get -u github.com/client9/misspell/cmd/misspell
7+
8+
ls *.md | xargs misspell -error
69

710
go test ./...
811
go vet ./...

0 commit comments

Comments
 (0)