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

Split bbinternal package #47

Merged
merged 2 commits into from
May 28, 2021
Merged

Conversation

hugelgupf
Copy link
Member

part 1: bbinternal remains the stuff shared between bazel and standard
Go, the stuff that modifies AST, parses & writes Go files, and creates a
main.go.

part 2: findpkg turns a list of user-input package names/globs into
Packages we know.

Signed-off-by: Chris Koch chrisko@google.com

hugelgupf added 2 commits May 28, 2021 10:08
part 1: bbinternal remains the stuff shared between bazel and standard
Go, the stuff that modifies AST, parses & writes Go files, and creates a
main.go.

part 2: findpkg turns a list of user-input package names/globs into
Packages we know.

Signed-off-by: Chris Koch <chrisko@google.com>
Signed-off-by: Chris Koch <chrisko@google.com>
@hugelgupf hugelgupf merged commit 789002e into u-root:main May 28, 2021
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.

1 participant