Skip to content

Commit

Permalink
Remove devcontainer.json and update init_vscode_go.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Dec 27, 2023
1 parent 492800b commit 9ab6430
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions init_go.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
go: finding module for package github.com/skratchdot/open-golang/open
go: found github.com/skratchdot/open-golang/open in github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
malformed import path " ": invalid char ' '
4 changes: 2 additions & 2 deletions init_vscode_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ GO_TOOLS="\
github.com/haya14busa/goplay/cmd/goplay@latest \
github.com/cweill/gotests/gotests@latest \
github.com/josharian/impl@latest"
(echo "${GO_TOOLS}" | xargs -n 1 go install -v )2>&1 | tee -a ./init_go.log
(echo "${GO_TOOLS}" | xargs -n 1 go install -v )2>&1 | tee ./init_go.log

echo "Installing golangci-lint latest..."
curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b "$HOME/go/bin"
sh -s -- -b "$HOME/go/bin" | tee -a ./init_go.log

0 comments on commit 9ab6430

Please sign in to comment.