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

348149047 · 2017-08-30 02:57:13 · 2339 次点击 · 大约8小时之前 开始浏览    置顶
这是一个创建于 2017-08-30 02:57:13 的主题,其中的信息可能已经有所发展或是发生改变。

aa.png 我想问一下这个问题要怎么样去解决? 什么是cgo?


有疑问加站长微信联系(非本文作者)

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

2339 次点击  
加入收藏 微博
4 回复  |  直到 2017-08-30 05:48:31
polaris
polaris · #1 · 8年之前

cgo 是 go 调用 c 的代码。

windows 下先安装 Cygwin、MinGW 或 TDM-GCC 试试

marlonche
marlonche · #2 · 8年之前

go get golang.org/x/net/context

jthmath
jthmath · #3 · 8年之前

这个包在 github.com/golang/net/context,把它 clone 到 GOPATH/src/golang.org/x/net/context

348149047
348149047 · #4 · 8年之前

@jthmath && @marlonche 谢谢,问题解决

添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传