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 86a2145 commit a71adc8Copy full SHA for a71adc8
.gitpod.yml
@@ -0,0 +1,13 @@
1
+image: gitpod/workspace-go:latest
2
+
3
+tasks:
4
+ - name: install staticcheck
5
+ init: go install honnef.co/go/tools/cmd/staticcheck@latest
6
+ - name: install go-task
7
+ init: go install github.com/go-task/task/v3/cmd/task@latest
8
+ - name: install goimport
9
+ init: go install golang.org/x/tools/cmd/goimports@latest
10
11
+vscode:
12
+ extensions:
13
+ - golang.go
0 commit comments