Abirdcfly / dupword

A linter that checks for duplicate words in the source code (usually miswritten)
MIT License
13 stars 5 forks source link

action: enable gofmt lint; fix dupword.go formatting #33

Closed alexandear closed 8 months ago

alexandear commented 8 months ago

The PR fixes formatting in dupword.go by running go fmt ./.... Additionally, enables gofmt linter to prevent formatting issues in the future.

Abirdcfly commented 8 months ago

Thanks @alexandear