-
Notifications
You must be signed in to change notification settings - Fork 247
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
Support codeOnly for Go in jsii-pacmak #2848
Comments
So With Go, since the source code is the package artifact, the only difference with This is expected behavior. Can I ask what the use case is that you don't want to create |
Ah, thank you for the clarification, @MrArnoldPalmer 👍 The background is Going to close this. Have a nice weekend 👋 |
|
The `go.mod` is an expected artifact from `jsii-pakmak` (aws/jsii#2848 (comment)). So this is not awaiting an upstream change.
The `go.mod` is an expected artifact from `jsii-pakmak` (aws/jsii#2848 (comment)). So this is not awaiting an upstream change. References: * aws/jsii#2848
🚀 Feature Request
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)Go
General Information
Description
Currently
jsii-pacmak
seems to create ago.mod
file even if--code-only
is supplied.Is there a reason for that?
Proposed Solution
Don't generate / include a
go.mod
in the output directory ifcodeOnly: true
/--code-only
is set forjsii-pacmak
.The text was updated successfully, but these errors were encountered: