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 9fd838c commit 3b1ec67Copy full SHA for 3b1ec67
.gitpod.yml
@@ -10,6 +10,7 @@ tasks:
10
go install github.com/mgechev/revive@latest &&
11
go install github.com/go-delve/delve/cmd/dlv@latest &&
12
go install go.uber.org/nilaway/cmd/nilaway@latest &&
13
+ go install golang.org/x/tools/cmd/deadcode@latest &&
14
task build
15
command:
16
go version
0 commit comments