Adding Go for Java, new advocacy article.

Jason Buberel 2015-08-25 07:30:52 -07:00
parent 2d5a862279
commit ca3d201ef8
2 changed files with 4 additions and 1 deletions

@ -119,11 +119,13 @@ Here are some of the places where you can find Gophers online. To get a sense of
- [database/sql](http://go-database-sql.org/) - Online tutorial for working with the database/sql package.
- [SQLDrivers](SQLDrivers)
- [SQLInterface](SQLInterface)
- From other languages
- [Go for Java Programmers](https://www.nada.kth.se/~snilsson/go_for_java_programmers/)
- [Go for C++ Programmers](GoForCPPProgrammers)
- [Comments](Comments)
- [CommonMistakes](CommonMistakes)
- [Errors](Errors)
- [GcToolchainTricks](GcToolchainTricks)
- [GoForCPPProgrammers](GoForCPPProgrammers)
- [GoStrings](GoStrings)
- [Hashing](Hashing)
- [HttpFetch](HttpFetch)

@ -1,6 +1,7 @@
Here's why: a list of people/organizations explaining why they use Go. This is partly redundant with [GoUsers](GoUsers)
## Why Go
- [**The Business Benefits of Building Your Next Project With Go** by Tom Malaroto](https://medium.com/@shift8creative/the-business-benefits-of-building-your-next-project-with-go-ebed4bbc3ed7)
- [**TweetQureet: a full Golang technology stack** by Qureet](http://www.qureet.com/blog/golang-technology-stack/)
- [**Where and why we use Go** by Jeremey Bingham, Raintank.io](https://blog.raintank.io/where-and-why-we-use-go/)
- [*Half a decade with Go* by golang.org blog](http://blog.golang.org/5years)