From mboxrd@z Thu Jan 1 00:00:00 1970 From: nydldmcd2@mail.com To: 9fans <9fans@9fans.net> Subject: =?UTF-8?B?UmU6IFs5ZmFuc10gUmU6IHZhcmlvdXMgcHJvYmxlbXMgd2l0aCBp?= =?UTF-8?B?bnN0YWxsaW5nIGdvIGxhbmcg?= Message-Id: <16042597950.0Aee2C.34576@composer.9fans.topicbox.com> References: <3e2ec859cd1d005cbafc66652e957048@hamnavoe.com> In-Reply-To: <3e2ec859cd1d005cbafc66652e957048@hamnavoe.com> Date: Sun, 1 Nov 2020 14:43:15 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16042597951.9c4cb39B.34576" Content-Transfer-Encoding: 7bit Topicbox-Policy-Reasoning: allow: sender is a member Topicbox-Message-UUID: 7be015ce-1c7a-11eb-a41a-a3389134e1fa --16042597951.9c4cb39B.34576 Date: Sun, 1 Nov 2020 14:43:15 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I see now.=C2=A0 This has two consequences: - every time you run go, you must first ensure that /tmp/go is bound onto $GOROOT in the current process environment - your /tmp had better not be too temporary (some people use ramfs to mount /tmp as an in-memory filesystem) This was the issue.=C2=A0 I re-ran those binds, and go projects work now.=C2=A0 I will install it properly now --16042597951.9c4cb39B.34576 Date: Sun, 1 Nov 2020 14:43:15 -0500 MIME-Version: 1.0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
I see now. 
This has two consequences:
- every time you run go, you must first ensure that /tmp/go is bound onto
  $GOROOT in the current process environment
- your /tmp had better not be too temporary (some people use ramfs to mount
  /tmp as an in-memory filesystem)
This was the issue. <= br>

I re-ran those binds, and go projects work now= . 

I will install it properly now

= --16042597951.9c4cb39B.34576--