fix: Remove Go package from current repo #276
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Delete the generated Go package from the current repo.
Motivation
The package is supposed to be in
datadog-cdk-constructs-go
repo.I'm not sure how the package was added here in 27d2ac7. Maybe I ran the publish command
npx -p publib@latest publib-golang
with the wrong (stale) configuration, i.e. when themoduleName
in.projenrc.js
was still pointing at the current repo (datadog-cdk-constructs
) instead of the new repo (datadog-cdk-constructs-go
). Below's the correct config:https://github.com/DataDog/datadog-cdk-constructs/blob/main/.projenrc.js#L23-L26
Testing Guidelines
N/A. This PR should be safe because it just deletes unused code.
After this PR is merged, I'll try to publish the Go package again. Hopefully that will only update
datadog-cdk-constructs-go
repo instead of the currentdatadog-cdk-constructs
repo.Additional Notes
Types of Changes
Check all that apply