How to make a Go dll function that takes a go struct or interface as an argument

后端 未结 0 1374
星月不相逢
星月不相逢 2021-01-31 05:00

I am working with go and dlls, and need to create a go dll that exports a function that accepts a go struct.

//test.go
package main

import "fmt"

//exp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题