goimports-reviser
gofumpt
goimports-reviser | gofumpt | |
---|---|---|
2 | 15 | |
582 | 3,234 | |
- | - | |
5.3 | 6.5 | |
about 2 months ago | 25 days ago | |
Go | Go | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
goimports-reviser
- GoImports Reviser
-
How to configure Mason formatter go imports-reviser
Does anyone know how to actually configure the Mason installed formatter https://github.com/incu6us/goimports-reviser ?
gofumpt
- Defining your variables in your return?
- Gofumpt: A stricter gofmt
- gofumpt: A stricter gofmt
-
Gofumpt: It's like gofmt except more strict
In the roadmap section[1] the author says it's more of an experiment with a possibility that some of the rules might end up in the original 'gofmt' tool. While I agree that Go having a de facto formatter built in is wonderful, there are some absolutely fantastic additions in 'gofumpt' that I do hope wind up in 'gofmt'
---
[1]: https://github.com/mvdan/gofumpt#roadmap
-
Is there any reason not to use go fmt?
No. If you want more strict formatting, you can use https://github.com/mvdan/gofumpt. Apart from using that, there is literally no reason not to use it.
-
go-global-update - the missing command for updating globally installed go executables
I am the author of go-global-update, the missing command to update globally installed go executables (like gofumpt, gopls, gotop, and other CLI tools you may have installed globally in your system - in your GOBIN directory).
-
setting up emacs for go programming language
I think that the one tool that might still be useful outside of gopls is goimports. It can be used as a gofmt replacement, that also automatically manages and removes imports. Gopls can integrate staticcheck and gofumpt, but my understanding is that they have to be installed manually. See the settings section for more on that(1).
-
Is there a better alternative to `gofmt`?
I use gofumpt but I'm pretty sure it doesn't wrap either (and I don't want it to so we're good)
What are some alternatives?
vscode-go - Go extension for Visual Studio Code
goimports - [mirror] Go Tools
vim-go - Go development plugin for Vim
GNU/Emacs go-mode - Emacs mode for the Go programming language
Go for Visual Studio Code
golangci-lint - Fast linters runner for Go
coc-go - Go language server extension using gopls for coc.nvim.
revive - 🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
pre-commit-golang - Pre-commit hooks for Golang with support for monorepos, the ability to pass arguments and environment variables to all hooks, and the ability to invoke custom go tools.
vim-compiler-go - Vim compiler plugin for Go (golang)
go-tools - Staticcheck - The advanced Go linter