package
0.0.0-20210517133942-20d9bf94dff7
Repository: https://github.com/ansgarm/example-jsii-srcmak-go.git
Documentation: pkg.go.dev

# README

example-jsii-srcmak-go

This example uses patch-package to patch jsii-srcmak to contain the wip Go support developed in this PR.

This repo contains a simple Go program and uses JSII to include TypeScript code in the Go project.

It serves as an example to be able to talk about how Go support might work in jsii-srcmak.

The generated code is checked in to be able to link to it

Steps to run it

yarn install
yarn build
go run main.go # should print "Hello World\nHola\n"

# Packages

Package jsii contains the functionaility needed for jsii packages to initialize their dependencies and themselves.

# Functions

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author