1 package main 2 3 import "C" 4 5 //export GoFunc 6 func GoFunc() {} 7 8 func main() {} 9
View as plain text