invoice-proxy
go actual combat
使用golang调用本地dll
涉及知识点:
- 如何使用http模块写一个服务
- 如何调用dll
- 捕获异常 明确问题点
- 如何使用cgo
- 底层数据类型不一致的处理
- 中文处理
- xml转json
【链接】
调用DLL :https://github.com/golang/go/wiki/WindowsDLLs
xml转struct :https://www.onlinetool.io/xmltogo/
go actual combat
使用golang调用本地dll
涉及知识点:
【链接】
调用DLL :https://github.com/golang/go/wiki/WindowsDLLs
xml转struct :https://www.onlinetool.io/xmltogo/