Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture stdout and stderr of go list separately #14

Merged
merged 2 commits into from
Apr 8, 2019
Merged

Capture stdout and stderr of go list separately #14

merged 2 commits into from
Apr 8, 2019

Conversation

itchyny
Copy link
Contributor

@itchyny itchyny commented Apr 6, 2019

Because go list outputs the log for go modules to stderr.

[goxz] [!!ERROR!!] can't build artifact for non main package: "go: finding github.com/davecgh/go-spew v1.1.1\ngo: finding github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98
e3ecb4b0\ngo: finding github.com/stretchr/testify v1.3.0\ngo: finding github.com/davecgh/go-spew v1.1.0\ngo: finding github.com/stretchr/objx v0.1.0\ngo: finding github.com/pmezard/
go-difflib v1.0.0\ngo: downloading github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0\ngo: extracting github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3e
cb4b0\nmain"

@itchyny itchyny changed the title Use only stdout of go list Capture stdout and stderr of go list separately Apr 6, 2019
@Songmu Songmu merged commit 5914657 into Songmu:master Apr 8, 2019
Songmu added a commit that referenced this pull request Apr 8, 2019
## [v0.3.3](v0.3.2...v0.3.3) (2019-04-08)

* Capture stdout and stderr of go list separately [#14](#14) ([itchyny](https://github.com/itchyny))
@Songmu
Copy link
Owner

Songmu commented Apr 8, 2019

Thanks. released as v0.3.3.

@itchyny itchyny deleted the fix-go-list-output branch April 8, 2019 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants