-
Notifications
You must be signed in to change notification settings - Fork 245
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
feat(go): runtime library definition #1996
Conversation
Scaffolding for go runtime library implementation. Defines steps for building, unit testing, and integration testing with generated jsii-calc modules.
Scaffolding for go runtime library implementation. Defines steps for building, unit testing, and integration testing with generated jsii-calc modules.
…ture/golang-runtime
The title of this Pull Request does not conform with [Conventional Commits] guidelines. It will need to be adjusted before the PR can be merged. |
Pending next release, which will includehttps://github.com//pull/1994 |
Updates gitignore file with `jsii-experimental` path names to prevent inclusion of the go-runtime `embedded` directory within the repository.
The title of this Pull Request does not conform with [Conventional Commits] guidelines. It will need to be adjusted before the PR can be merged. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Scaffolding for go runtime library implementation. Defines steps for
building, unit testing, and integration testing with generated jsii-calc
modules.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.