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

chore: add go.work #7807

Merged
merged 3 commits into from
Apr 21, 2023
Merged

chore: add go.work #7807

merged 3 commits into from
Apr 21, 2023

Conversation

codyoss
Copy link
Member

@codyoss codyoss commented Apr 20, 2023

This should allow us better control over dependencies and opening up multi-module workspaces in editors.

Ran the following commands to generate the changes:

  • go work init
  • go work use -r .
  • go work sync
  • go mod tidy (everywhere)

Fixes: #7750

This should allow us better control over dependiences and opening
up multi-module workspaces in editiors.

Ran the following commands to generate the changes:

- go work init
- go work use -r .
- go work sync
- go mod tidy (everywhere)
@product-auto-label product-auto-label bot added the size: xl Pull request size is extra large. label Apr 20, 2023
@codyoss codyoss marked this pull request as ready for review April 20, 2023 20:35
@codyoss codyoss requested review from a team, shollyman and bhshkh as code owners April 20, 2023 20:35
Copy link
Member

@quartzmo quartzmo left a comment

Choose a reason for hiding this comment

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

Awesome, let's try it!

@codyoss codyoss merged commit 5600089 into googleapis:main Apr 21, 2023
@codyoss codyoss deleted the add-workspace branch April 21, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a go.work file to the project
2 participants