英文:
Searching for information about the Go language
问题
我在寻找有关Google的Go语言的通用数据库驱动程序的信息时,发现很难获得任何结果。
Go SQL
没有与Go语言相关的内容,而golang SQL
只返回邮件列表中的有用结果(而不是来自GitHub等的结果)。
有没有更聪明的方法可以查找有关Go语言的信息?
其中一位创建者说搜索引擎会识别重载词“go”的上下文,并且这将消除我的问题,但我说-为什么要麻烦呢?go issue9!
英文:
I was trying to look for information about generic database drivers for Google's Go language, when I notice I have hard time to get any result.
Go SQL
returns nothing related to the Go language, and golang SQL
only returns useful results from the mailing list (and not, say, from github).
Is there any smarter way I can look for information about the go language?
One of the creator said that search engines will recognize the context of the overloaded word "go", and it'll eliminate my problem, but I say - why bother? go issue9!
答案1
得分: 6
请看仪表板:http://godashboard.appspot.com/project。这是当前与Go相关项目的最佳概览。另一个是http://go-lang.cat-v.org/。
mue
英文:
Take a look at the dashboard: http://godashboard.appspot.com/project. It's the best overview of current Go related projects. Another one is http://go-lang.cat-v.org/.
mue
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论