Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Go: gofmt

LCD 47 edited this page Oct 8, 2014 · 7 revisions

Maintainer: Brandon Thomson [email protected]

Note

This syntax checker does not reformat your source code. Use a BufWritePre autocommand towards that end:

autocmd FileType go autocmd BufWritePre <buffer> Fmt
Clone this wiki locally