Adding adg's keynote and the Go report card tool

Jason Buberel 2015-08-23 15:51:34 -07:00
parent db39fb9925
commit 016aaf8f2d
2 changed files with 5 additions and 2 deletions

@ -43,6 +43,7 @@ Ready to write some Go code of your own? Here are a few links to help you get s
- [Managing your dependencies](PackageManagementTools) - An overview of the tools you can use to manage the libraries that your appliction depends on. - [Managing your dependencies](PackageManagementTools) - An overview of the tools you can use to manage the libraries that your appliction depends on.
- Publishing Go Packages as Open Source - Publishing Go Packages as Open Source
- Getting ready to publish your package? [Start here.](PackagePublishing) - Getting ready to publish your package? [Start here.](PackagePublishing)
- [The Go Checklist](https://github.com/matttproud/gochecklist) - A comprehensive guide for publishing a project.
- [How to layout your GitHub repo](GithubCodeLayout) to make it easy to for other Go programmers to use with the `go get` command. - [How to layout your GitHub repo](GithubCodeLayout) to make it easy to for other Go programmers to use with the `go get` command.
## Learning more about Go ## Learning more about Go
@ -50,7 +51,7 @@ Ready to write some Go code of your own? Here are a few links to help you get s
Once you have an overview of the language, here are resources you can use to learn more about the language. Once you have an overview of the language, here are resources you can use to learn more about the language.
- [Learning Go](Learn) - A collection of resources for learning Go - beginner to advanced. - [Learning Go](Learn) - A collection of resources for learning Go - beginner to advanced.
- [The Go Bridge Foundry](https://github.com/gobridge) - A memeber of the [Bridge Foundry](http://bridgefoundry.org/) family, offering a complete set of free Go training materials with the goal of bringing Go to underrepresented communities. - [The Go Bridge Foundry](https://github.com/gobridge) - A member of the [Bridge Foundry](http://bridgefoundry.org/) family, offering a complete set of free Go training materials with the goal of bringing Go to underrepresented communities.
- [More on concurrency](LearnConcurrency) - [More on concurrency](LearnConcurrency)
- [More on error handline](LearnErrorHandling) - [More on error handline](LearnErrorHandling)
- [More on server programming](LearnServerProgramming) - [More on server programming](LearnServerProgramming)
@ -66,7 +67,7 @@ Once you have an overview of the language, here are resources you can use to lea
## The Go Community ## The Go Community
Here are some of the places where you can find Gophers online. To get a sense of what it means to be a member of the Go community, read [Damian Gryski's keynote from the GolankUK 2015 conference](https://medium.com/@dgryski/the-go-community-f0d00e3a19e). Here are some of the places where you can find Gophers online. To get a sense of what it means to be a member of the Go community, read [Damian Gryski's keynote from the GolankUK 2015 conference](https://medium.com/@dgryski/the-go-community-f0d00e3a19e) or watch [Andrew Gerrand's closing keynote from GopherCon 2015](https://www.youtube.com/watch?v=0ht89TxZZnk).
- Mailing Lists - Mailing Lists
- The mailing list for Go users is [golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts) - very high traffic. - The mailing list for Go users is [golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts) - very high traffic.

@ -6,9 +6,11 @@ These sites provide indexes and search engines for Go packages:
* [godoc.org](http://godoc.org/) * [godoc.org](http://godoc.org/)
* [go-hardware](https://github.com/rakyll/go-hardware) * [go-hardware](https://github.com/rakyll/go-hardware)
* [go-search](http://go-search.org/) * [go-search](http://go-search.org/)
* [Go Report Card](http://goreportcard.com/) - Code quality summaries for any Go project.
* [gowalker](http://gowalker.org/) * [gowalker](http://gowalker.org/)
* [Sourcegraph](https://sourcegraph.com/) * [Sourcegraph](https://sourcegraph.com/)
## Dead projects ## Dead projects
If you find a project in this list that is dead or broken, please either mark it as such or mention it in the #go-nuts IRC channel. If you find a project in this list that is dead or broken, please either mark it as such or mention it in the #go-nuts IRC channel.