New formatter: gofmt
This commit is contained in:
parent
9684288508
commit
621a05fe4d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue