From 03818f258d7374fd1c7135a49b0eb72c6ea48d7d Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 9 Oct 2018 13:23:32 +0900 Subject: [PATCH] Add TODO --- profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile b/profile index 443c189..a18f53e 100755 --- a/profile +++ b/profile @@ -112,6 +112,8 @@ fi export JAVA_OPTS="$JAVA_OPTS -Duser.language=en" export GOPATH="$HOME/my/go" +# TODO: +# export GOPATH="$HOME/.golang" export PATH="$GOPATH/bin:$PATH" export PIPENV_VENV_IN_PROJECT=1