You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2021. It is now read-only.
I found someone else with the same error message (see golang/go#24674) and they determined it was caused by the -i flag used for go build|test.
It looks like go-plus runs the following command:
go test -c -i -o /dev/null .
From the other issue I linked, it sounds like -i is unnecessary. When running this command in the terminal, I can reproduce the error message by adding/removing -i.
Is it possible to configure this command? If not, can the ability to configure this be added?
Output from atom -v && apm -v
$ atom -v
atom -v
Atom : 1.26.1
Electron: 1.7.11
Chrome : 58.0.3029.110
Node : 7.9.0
$ apm -v
apm 1.19.0
npm 3.10.10
node 6.9.5 x64
atom 1.26.1
python 2.7.15rc1
git 2.17.0
I am curious though - do you see the same error if you install the official Go distribution from golang.org instead of the one provided by your OS package manager?
Prerequisites
atom .
from the terminal in your project's directory?go env
is correct? If it is, please include the output in this issue.Description
When saving files,
go-plus
is running tests in the background. After upgrading to 1.10, I started getting this error:I'm installing golang following instructions in the wiki.
I found someone else with the same error message (see golang/go#24674) and they determined it was caused by the
-i
flag used forgo build|test
.It looks like
go-plus
runs the following command:From the other issue I linked, it sounds like
-i
is unnecessary. When running this command in the terminal, I can reproduce the error message by adding/removing-i
.Is it possible to configure this command? If not, can the ability to configure this be added?
Output from
atom -v && apm -v
Output From
go env
The text was updated successfully, but these errors were encountered: