GoLang 非常见问题记录
- CGO应用系列
#与C交叉编译指令
go build -buildmode=c-shared -o exportgo.dll exportgo.go
- 与.NET Signalr交互
Socket 要以 []byte{30} (ASCII码对应0) 结尾
- Goland 中 Go Mod 需要设置代理
GOPROXY=https://goproxy.io
#与C交叉编译指令
go build -buildmode=c-shared -o exportgo.dll exportgo.go
Socket 要以 []byte{30} (ASCII码对应0) 结尾
GOPROXY=https://goproxy.io