diff options
author | Dan Kegel <[email protected]> | 2024-04-28 07:54:02 -0700 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-04-30 07:47:11 +0200 |
commit | ad0af607ef1d5d75639c3836f66994fc5640e276 (patch) | |
tree | 073dc7cb91780ce591330b76a39f078f68bd6e14 /internal/tools | |
parent | da23cdeae4e80767cb2e8025269bd844c096ead1 (diff) | |
download | tinygo-ad0af607ef1d5d75639c3836f66994fc5640e276.tar.gz tinygo-ad0af607ef1d5d75639c3836f66994fc5640e276.zip |
Add 'make spell' target, fix what it finds. In .go files, only checks comments.
Diffstat (limited to 'internal/tools')
-rw-r--r-- | internal/tools/tools.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/tools/tools.go b/internal/tools/tools.go index 60e6a8cb6..cda689101 100644 --- a/internal/tools/tools.go +++ b/internal/tools/tools.go @@ -5,5 +5,6 @@ package tools import ( + _ "github.com/client9/misspell" _ "github.com/mgechev/revive" ) |