Hi Astro,
When you run the set_gopath.sh script, it only sets the $GOPATH in a subshell, and it only valid within the context of that subshell.
Try running this instead:
source ./set_gopath.sh
or
. ./set_gopath.sh
I’ll create a JIRA ticket to update the docs for this.
Kind regards,
Wan
Thanks, Wan.