New formatter: gofmt
This commit is contained in:
parent
9684288508
commit
621a05fe4d
|
@ -724,6 +724,7 @@ main() ->
|
||||||
main: "main.go",
|
main: "main.go",
|
||||||
compile: "go build main.go",
|
compile: "go build main.go",
|
||||||
run: "./main",
|
run: "./main",
|
||||||
|
format: "cat main.go | gofmt",
|
||||||
lsp: "gopls",
|
lsp: "gopls",
|
||||||
template: `package main
|
template: `package main
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue