We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafc17e commit f878a36Copy full SHA for f878a36
.gitpod.yml
@@ -8,6 +8,7 @@ tasks:
8
go install honnef.co/go/tools/cmd/staticcheck@latest &&
9
go install golang.org/x/tools/cmd/goimports@latest &&
10
go install github.com/mgechev/revive@latest &&
11
+ go build std &&
12
task build
13
command:
14
go version
0 commit comments