views:

114

answers:

2

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!

A: 

http://golang.org/

(googled "google go")

vulkanino
-1. vulkanino, I can find the main go website, but what if I want to find specific golang article about golang and SQL, or golang and C++?
Elazar Leibovich
+3  A: 

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

Mue
Thanks. It doesn't list blog articles, and it doesn't search the description of the projects. Better than nothing, though.
Elazar Leibovich
The Go homepage shows a link to the Go Nuts mailing list unter the menu "Communitiy". It links to the Google groups page for the mailing list which contains also a search field. Direct link ist: http://groups.google.com/group/golang-nuts.
Mue
Btw, search with the term golang is often more useful. And there's no generic database driver for Go yet.
Mue