摘要:
下载Visual C++ Redistributable for Visual Studio 2012 Update 4 , 下载地址:https://www.microsoft.com/en-us/download/details.aspx?id=30679 根据自己系统的64位还是32位下载对应 阅读全文
摘要:
panic: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub CGO_ENABLED=0 改为 CGO_ENABLED=1 参考: https://github.com 阅读全文