Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Fixes #12 -- support running over multiple binaries#13

Merged
mitchellh merged 1 commit intomitchellh:masterfrom
alex:multi-binary
Sep 6, 2019
Merged

Fixes #12 -- support running over multiple binaries#13
mitchellh merged 1 commit intomitchellh:masterfrom
alex:multi-binary

Conversation

@alex
Copy link
Contributor

@alex alex commented Sep 6, 2019

No description provided.

Copy link
Owner

@mitchellh mitchellh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @alex. I didn't run this but I trust you. I left a little comment if you wanted to adjust that but I'll merge as-is in the mean time. This functionality makes a ton of sense to me.

// Store the config and set it on the output
cfg = *c
} else {
exePaths = args[:1]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: could just initialize this on L59 with exePaths := args[:1] right? avoid the else.

@mitchellh mitchellh merged commit d8e7ce8 into mitchellh:master Sep 6, 2019
@alex alex deleted the multi-binary branch September 6, 2019 20:48
alex added a commit to alex/golicense that referenced this pull request Sep 6, 2019
mitchellh added a commit that referenced this pull request Sep 6, 2019
Implement review feedback from #13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants