go

如何导入和使用.so文件

英文: How to import and use .so file 问题 请给我一个示例(代码),说明如何在main.go中导入由gccgo生成的.so文件。 英文: Please give me ...