GO语言在操作sqlite3数据库的时候提示"golang.org/x/net/context"

348149047 · · 2174 次点击
<a href="/user/jthmath" title="@jthmath">@jthmath</a> &amp;&amp; <a href="/user/marlonche" title="@marlonche">@marlonche</a> 谢谢,问题解决
#4
更多评论
polaris
社区,需要你我一同完善!
cgo 是 go 调用 c 的代码。 windows 下先安装 Cygwin、MinGW 或 TDM-GCC 试试
#1
`go get golang.org/x/net/context`
#2