bellecp / fast-p

MIT License
343 stars 26 forks source link

Ran go fmt on code #16

Closed coreypenford closed 5 years ago

coreypenford commented 5 years ago

Most popular editors (VIM, VSCode etc) that have Golang plugins or extensions will automatically run this tool on save, as Golang is very opinionated about formatting (https://blog.golang.org/go-fmt-your-code)

Having the code formatted with this tool will mean that going forward, all PR's from other contributors will not have to worry about the style of the code.

Feel free to close if this is unneeded.

bellecp commented 5 years ago

Thanks for the tip. I will run gofmt on master later today before releasing a new version.