From c8341fb4d35fcc72d79f6ccb5d9d22a1bfde72b7 Mon Sep 17 00:00:00 2001 From: Radu Matei Date: Sat, 4 May 2019 00:35:09 +0300 Subject: [PATCH] Replace Python with Go in Dockerfile comment --- .devcontainer/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index bbd5476..d8b0fa1 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -28,7 +28,7 @@ RUN go get -x -d github.com/stamblerre/gocode \ && go build -o gocode-gomod github.com/stamblerre/gocode \ && mv gocode-gomod $GOPATH/bin/ -# Copy default endpoint specific user settings overrides into container to specify Python path +# Copy default endpoint specific user settings overrides into container to specify Go path COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json # Verify git, process tools installed @@ -38,4 +38,4 @@ RUN apt-get update && apt-get -y install git procps RUN apt-get autoremove -y \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* - +