diff --git a/.vscode/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json similarity index 100% rename from .vscode/.devcontainer/devcontainer.json rename to .devcontainer/devcontainer.json diff --git a/init_go.log b/init_go.log new file mode 100644 index 0000000..0e54c28 --- /dev/null +++ b/init_go.log @@ -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 ' ' diff --git a/init_vscode_go.sh b/init_vscode_go.sh index c462d0b..ba932c9 100644 --- a/init_vscode_go.sh +++ b/init_vscode_go.sh @@ -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" \ No newline at end of file + sh -s -- -b "$HOME/go/bin" | tee -a ./init_go.log \ No newline at end of file