Disable govendor experiment for now

This commit is contained in:
Ivan Malison 2016-02-22 11:12:40 -08:00
parent 8b390a2f77
commit 11c2041842

View File

@ -29,3 +29,5 @@ export MANPAGER="less -X"
dircolors_file="$HOME/.dircolors"
[ ! -z "$SHELL" ] && test -r $dircolors_files && eval "$(dircolors $dircolors_file)" && eval $(dircolors)
export GO15VENDOREXPERIMENT=0