We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075988a commit 12bd633Copy full SHA for 12bd633
source/ports/go_port/source/README.md
@@ -54,6 +54,8 @@ func main() {
54
55
// Calling async function in typescript
56
var sum int
57
+ var wg sync.WaitGroup
58
+ wg.Add(1)
59
_, err := metacall.Await("sum",
60
func(value interface{}, ctx interface{}) interface{} {
61
log.Println("from resolve callback ", value)
0 commit comments