remove golang mod PATH

This commit is contained in:
jrebey 2020-05-29 10:24:32 -04:00
parent 2b8da35c3b
commit af00f6d309

View File

@ -1,8 +1,5 @@
#!/usr/bin/with-contenv bash
# Added by codeserver-golang
export PATH=$PATH:/usr/local/go/bin
if [ -n "${PASSWORD}" ]; then
AUTH="password"
else