This is the Linux app named gofumpt whose latest release can be downloaded as gofumpt_v0.5.0_windows_386.exe. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named gofumpt with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
gofumpt
DESCRIPTION
Enforce a stricter format than gofmt, while being backward compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with. The tool is a fork of gofmt as of Go 1.19, and requires Go 1.18 or later. It can be used as a drop-in replacement to format your Go code, and running gofmt after gofumpt should produce no changes. Some of the Go source files in this repository belong to the Go project. The project includes copies of go/printer and go/doc/comment as of Go 1.19 to ensure consistent formatting independent of what Go version is being used. The added formatting rules are implemented in the format package. Note that vendor directories are skipped unless given as explicit arguments. Similarly, the added rules do not apply to generated Go files unless they are given as explicit arguments.
Features
- No empty lines following an assignment operator
- Functions should separate ) { where the indentation helps readability
- Composite literals should use newlines consistently
- Empty field lists should use a single line
- std imports must be in a separate group at the top
- Short case clauses should take a single line
Programming Language
Go
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/gofumpt.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.