New formatter: gofmt

This commit is contained in:
Radon Rosborough 2020-07-19 17:59:48 -06:00
parent 9684288508
commit 621a05fe4d
1 changed files with 1 additions and 0 deletions

View File

@ -724,6 +724,7 @@ main() ->
main: "main.go",
compile: "go build main.go",
run: "./main",
format: "cat main.go | gofmt",
lsp: "gopls",
template: `package main