Skip to content

Commit a71adc8

Browse files
committed
Add .gitpod.yml
1 parent 86a2145 commit a71adc8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitpod.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)