Skip to content

Commit

Permalink
fix: add path to Go module name
Browse files Browse the repository at this point in the history
  • Loading branch information
lym953 committed Jul 31, 2024
1 parent cae5a56 commit 6da3da5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
module: "datadog_cdk_constructs_v2",
},
publishToGo: {
moduleName: "github.com/DataDog/datadog-cdk-constructs",
moduleName: "github.com/DataDog/datadog-cdk-constructs/dist/go",
packageName: "ddcdkconstruct",
},
peerDeps: [],
Expand Down
4 changes: 2 additions & 2 deletions dist/go/ddcdkconstruct/Datadog.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/go/ddcdkconstruct/Transport.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/go/ddcdkconstruct/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6da3da5

Please sign in to comment.