package main import "C" import "fmt" //export Init_SDK func Init_SDK() { fmt.Println("Init SDK") } func main() { }