Skip to content

Commit

Permalink
fix: add package name for Go module (#618)
Browse files Browse the repository at this point in the history
* fix: add package name for Go module
* fix: markdown for Go badge
  • Loading branch information
scottschreckengaust authored Aug 8, 2024
1 parent de04bc6 commit 459c160
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const project = new awscdk.AwsCdkConstructLibrary({

publishToGo: {
moduleName: `github.com/${PUBLICATION_NAMESPACE}/${PROJECT_NAME}-go`,
packageName: PROJECT_NAME,
},

codeCov: true,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[![PyPI version](https://img.shields.io/pypi/v/cdklabs.generative-ai-cdk-constructs)](https://pypi.org/project/cdklabs.generative-ai-cdk-constructs/)
[![npm version](https://img.shields.io/npm/v/@cdklabs/generative-ai-cdk-constructs)](https://www.npmjs.com/package/@cdklabs/generative-ai-cdk-constructs)
[![NuGet Version](https://img.shields.io/nuget/v/Cdklabs.GenerativeAiCdkConstructs)](https://nuget.info/packages/Cdklabs.GenerativeAiCdkConstructs)
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/cdklabs/generative-ai-cdk-constructs-go?filename=generative-ai-cdk-constructs%2Fgo.mod)(https://github.com/cdklabs/generative-ai-cdk-constructs-go)]
[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/cdklabs/generative-ai-cdk-constructs-go?filename=generative-ai-cdk-constructs%2Fgo.mod)](https://github.com/cdklabs/generative-ai-cdk-constructs-go)

## Table of contents

Expand Down
3 changes: 2 additions & 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 459c160

Please sign in to comment.