Replace Python with Go in Dockerfile comment
This commit is contained in:
		@@ -28,7 +28,7 @@ RUN go get -x -d github.com/stamblerre/gocode \
 | 
				
			|||||||
    && go build -o gocode-gomod github.com/stamblerre/gocode \
 | 
					    && go build -o gocode-gomod github.com/stamblerre/gocode \
 | 
				
			||||||
    && mv gocode-gomod $GOPATH/bin/
 | 
					    && 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
 | 
					COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Verify git, process tools installed
 | 
					# Verify git, process tools installed
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user