diff --git a/packages/aws-cdk/lib/init-templates/app/go/README.md b/packages/aws-cdk/lib/init-templates/app/go/README.md index 5487d820bcc15..79e5c4555ce24 100644 --- a/packages/aws-cdk/lib/init-templates/app/go/README.md +++ b/packages/aws-cdk/lib/init-templates/app/go/README.md @@ -2,9 +2,7 @@ This is a blank project for CDK development with Go. -**NOTICE**: Go support is still in Developer Preview. This implies that APIs may -change while we address early feedback from the community. We would love to hear -about your experience through GitHub issues. +The `cdk.json` file tells the CDK toolkit how to execute your app. ## Useful commands diff --git a/packages/aws-cdk/lib/init-templates/sample-app/go/README.md b/packages/aws-cdk/lib/init-templates/sample-app/go/README.md index 9b8d4b29f26e3..7667f2ed2f7e7 100644 --- a/packages/aws-cdk/lib/init-templates/sample-app/go/README.md +++ b/packages/aws-cdk/lib/init-templates/sample-app/go/README.md @@ -2,9 +2,7 @@ This is a blank project for Go development with CDK. -**NOTICE**: Go support is still in Developer Preview. This implies that APIs may -change while we address early feedback from the community. We would love to hear -about your experience through GitHub issues. +The `cdk.json` file tells the CDK Toolkit how to execute your app. ## Useful commands