Adds import-go example (#466)

This shows how to define, export and import functions written in Go.

Fixes #464

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-04-15 09:31:52 +08:00
committed by GitHub
parent 556cfa1967
commit 106f96b066
20 changed files with 222 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
package main
package add
import (
_ "embed"