# 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.
# Interfaces
No description provided by the author