mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00

* Add gofumpt and goimports as formatter options * Add tests for gofumpt and goimports * changelog Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
3 lines
No EOL
118 B
Bash
3 lines
No EOL
118 B
Bash
apt-get install -y golang-go
|
|
go get -u golang.org/x/tools/cmd/goimports
|
|
cp -L "$HOME/go/bin/goimports" /usr/local/bin/ |