Skip to content

Instantly share code, notes, and snippets.

@sapamja
Last active January 19, 2018 01:18
Show Gist options
  • Save sapamja/3f0cce37dd4bcac6357d to your computer and use it in GitHub Desktop.
Save sapamja/3f0cce37dd4bcac6357d to your computer and use it in GitHub Desktop.
GoLang Resouces
Facebook:
https://www.facebook.com/notes/learn-golang/free-go-resources-available-in-internet/781530568600486
Go learning resources available in Internet.
Official GoLang Sites:
Golang: http://golang.org
Golang Blog: https://blog.golang.org/
Golang Book: http://www.golang-book.com/
Talks: http://talks.golang.org
Offcial Go User groups:
Go User Groups: https://go-meetups.appspot.com
GoLang WebFramework:
Gorilla: http://www.gorillatoolkit.org/
Revel: https://revel.github.io/
Gin: https://gin-gonic.github.io/gin/
Beego: http://beego.me/
Martini: https://github.com/go-martini/martini
Negroni: https://github.com/codegangsta/negroni
Goji: https://github.com/zenazn/goji
Some Open source Project in GO:
Docker: https://www.docker.com/
Webseclab: http://bit.ly/1M8dS3h
Etcd: https://github.com/coreos/etcd
Httprouter: http://bit.ly/1DDc6DK
Go-Json-Rest: http://bit.ly/1CfNU8r
SpaceMonkey: https://github.com/spacemonkeygo/monitor
Source Graph: https://github.com/sourcegraph/apptrace
Awesome-Go: https://github.com/avelino/awesome-go
GoAccess -Visual web log analyzer: http://goaccess.io
Useful Online Resources:
Golang BootCamp: http://www.golangbootcamp.com/book/
Golang Tutorials: http://bit.ly/1zrjpYJ
Gopher Academy: http://blog.gopheracademy.com/
Stack Overflow: http://stackoverflow.com/questions/tagged/go
Getting Started with Go and Docker: http://bit.ly/1zrjR9n
Benchmarking in Go: http://bit.ly/1FsiLzB
Why I program in Go:http://bit.ly/1DgANFy
Why I like Go: https://gist.github.com/freeformz/4746274
Example Snippet: http://golang-examples.tumblr.com/
GoLang Sample: https://github.com/golang-samples
Go Data Structure 1: http://research.swtch.com/godata
Go Data Structure 2: http://research.swtch.com/godata2
Go Tour: http://research.swtch.com/gotour
Go Package: http://research.swtch.com/gopackage
Lets Learn Go: http://go-book.appspot.com/index.html
Learn Go in Y minutes: http://learnxinyminutes.com/docs/go/
Videos and Tutorials:
Why learn Go: http://bit.ly/17dblF8
Google IO 2012 : http://bit.ly/1zUz3iO
13 Short Go Tutorials and Videos: http://bit.ly/1zrjw6D
Training: http://bit.ly/1vflMgy
The Go Programing Language: http://bit.ly/1Cfvq5r
Go talks at FOSDEM 2014: http://blog.golang.org/fosdem14
Rob Pike: Concurrency is not parallelism http://bit.ly/1DcWhAW
GoTalks: http://bit.ly/1DDc4f3
GitHub GoLang Trending:
GitHub Trending: http://bit.ly/1z6bLnF
Looking for Job in GO:
we love golanghttp://www.welovegolang.com/
What companies are using Go in production?
Google: http://bit.ly/1zTWKb4
SoundCloud:http://bit.ly/197zKN7
BBC: http://bit.ly/1A9ZR1H
CloudFlare: https://blog.cloudflare.com/go-at-cloudflare/
Heroku: http://blog.golang.org/go-at-heroku
Dropbox: http://bit.ly/1Cf4tkQ
Yahoo: https://github.com/yahoo/webseclab
Docker Inc: https://www.docker.com/
Mozilla: https://github.com/mozilla-services/heka
Bitly: http://bitly.is/1pfHEtj
To Share code snippets:
http://play.golang.org/
https://gist.github.com/
http://pastie.org/
http://pastebin.com/
http://collabedit.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment