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 b2025d4 commit c640cd6Copy full SHA for c640cd6
.devcontainer/postCreateCommand.sh
@@ -6,3 +6,6 @@ go install golang.org/x/tools/cmd/goimports@latest
6
go install github.com/go-delve/delve/cmd/dlv@latest
7
8
sudo apt update && sudo apt install -y universal-ctags
9
+
10
+go mod download
11
+task build
0 commit comments