Registry / utility / golangci-misspell

golangci-misspell

JSON →
library0.8.0gogounverified

Corrects commonly misspelled English words in source files.

go get github.com/golangci/misspell
INSTALL
IMPORT
SIG · GOLANGCI-MISSPELL
G
golangci-misspell
utilitygov0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

misspell
github.com/golangci/misspell

Correct misspellings in a string.

package main import ( "fmt" "github.com/golangci/misspell" ) func main() { r := misspell.Replacer{} fixed, _ := r.Replace("This is a mispelling.") fmt.Println(fixed) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
golangci-misspell — go get golangci-misspell · libregistry