Skip to content

Instantly share code, notes, and snippets.

@vissapra
Forked from sapamja/golang_resouce
Created January 19, 2018 01:18
Show Gist options
  • Save vissapra/f6779c8e48c0fcbb67df00cf88925736 to your computer and use it in GitHub Desktop.
Save vissapra/f6779c8e48c0fcbb67df00cf88925736 to your computer and use it in GitHub Desktop.

Revisions

  1. @sapamja sapamja revised this gist Feb 26, 2015. 1 changed file with 64 additions and 59 deletions.
    123 changes: 64 additions & 59 deletions golang_resouce
    Original file line number Diff line number Diff line change
    @@ -2,91 +2,96 @@ 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: <a>http://golang.org</a>
    Golang Blog: <a>https://blog.golang.org/</a>
    Golang BootCamp: <a>http://www.golangbootcamp.com/book/</a>
    Golang Book: <a>http://www.golang-book.com/</a>
    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: <a>http://www.gorillatoolkit.org/</a>
    Revel: <a>https://revel.github.io/</a>
    Gin: <a>https://gin-gonic.github.io/gin/</a>
    Beego: <a>http://beego.me/</a>
    Martini: <a>https://github.com/go-martini/martini</a>
    Negroni: <a>https://github.com/codegangsta/negroni</a>
    Goji: <a>https://github.com/zenazn/goji</a>
    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: <a>https://www.docker.com/</a>
    Webseclab: <a> </a>http://bit.ly/1M8dS3h</a>
    Etcd: <a>https://github.com/coreos/etcd</a>
    Httprouter: <a> <a>http://bit.ly/1DDc6DK</a>
    Go-Json-Rest: <a>http://bit.ly/1CfNU8r</a>
    SpaceMonkey: <a>https://github.com/spacemonkeygo/monitor</a>
    Source Graph: <a>https://github.com/sourcegraph/apptrace</a>
    Awesome-Go: <a>https://github.com/avelino/awesome-go</a>
    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 Tutorials: <a>http://bit.ly/1zrjpYJ</a>
    Gopher Academy: <a>http://blog.gopheracademy.com/</a>
    Stack Overflow: <a>http://stackoverflow.com/questions/tagged/go</a>
    Getting Started with Go and Docker: <a>http://bit.ly/1zrjR9n</a>
    Benchmarking in Go: <a>http://bit.ly/1FsiLzB</a>
    Why I program in Go:<a>http://bit.ly/1DgANFy</a>
    Why I like Go: <a>https://gist.github.com/freeformz/4746274</a>
    Example Snippet: <a>http://golang-examples.tumblr.com/</a>
    GoLang Sample: <a>https://github.com/golang-samples</a>
    Go Data Structure 1: <a>http://research.swtch.com/godata</a>
    Go Data Structure 2: <a>http://research.swtch.com/godata2</a>
    Go Tour: <a>http://research.swtch.com/gotour</a>
    Go Package: <a>http://research.swtch.com/gopackage</a>
    Lets Learn Go: <a>http://go-book.appspot.com/index.html</a>
    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: <a>http://bit.ly/17dblF8</a>
    Google IO 2012 : <a>http://bit.ly/1zUz3iO</a>
    13 Short Go Tutorials and Videos: <a>http://bit.ly/1zrjw6D<a>
    Training: <a>http://bit.ly/1vflMgy</a>
    The Go Programing Language: <a>http://bit.ly/1Cfvq5r</a>
    FOSDEP 2014: <a> http://blog.golang.org/fosdem14</a>
    Rob Pike: Concurrency is not parallelism <a>http://bit.ly/1DcWhAW</a>
    GoTalks: <a>http://bit.ly/1DDc4f3</a>
    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: <a>http://bit.ly/1z6bLnF</a>
    GitHub Trending: http://bit.ly/1z6bLnF

    Looking for Job in GO:

    we love golang<a></a>http://www.welovegolang.com/</a>
    we love golanghttp://www.welovegolang.com/

    What companies are using Go in production?
    Google: <a>http://bit.ly/1zTWKb4</a>
    SoundCloud:<a>http://bit.ly/197zKN7</a>
    BBC: <a>http://bit.ly/1A9ZR1H<a>
    CloudFlare: <a>https://blog.cloudflare.com/go-at-cloudflare/</a>
    Heroku: <a>http://blog.golang.org/go-at-heroku</a>
    Dropbox: <a>http://bit.ly/1Cf4tkQ</a>
    Yahoo: <a>https://github.com/yahoo/webseclab</a>
    Docker Inc: <a>https://www.docker.com/</a>
    Mozilla: <a>https://github.com/mozilla-services/heka</a>
    Bitly: <a>http://bitly.is/1pfHEtj</a>
    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:

    Gist: <a>https://gist.github.com/</a>
    Pastie: <a>http://pastie.org/</a>
    Pastebin: <a>http://pastebin.com/</a>
    Collabedit: <a>http://collabedit.com/</a>
    http://play.golang.org/
    https://gist.github.com/
    http://pastie.org/
    http://pastebin.com/
    http://collabedit.com/
  2. @sapamja sapamja revised this gist Feb 12, 2015. 1 changed file with 9 additions and 3 deletions.
    12 changes: 9 additions & 3 deletions golang_resouce
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@ Facebook:
    https://www.facebook.com/notes/learn-golang/free-go-resources-available-in-internet/781530568600486



    Official GoLang Sites:

    Golang: <a>http://golang.org</a>
    @@ -14,7 +15,12 @@ Golang Book: <a>http://www.golang-book.com/</a>
    GoLang WebFramework:

    Gorilla: <a>http://www.gorillatoolkit.org/</a>
    Revel: <a>https://revel.github.io/</a>
    Gin: <a>https://gin-gonic.github.io/gin/</a>
    Beego: <a>http://beego.me/</a>
    Martini: <a>https://github.com/go-martini/martini</a>
    Negroni: <a>https://github.com/codegangsta/negroni</a>
    Goji: <a>https://github.com/zenazn/goji</a>

    Some Open source Project in GO:

    @@ -23,9 +29,8 @@ Webseclab: <a> </a>http://bit.ly/1M8dS3h</a>
    Etcd: <a>https://github.com/coreos/etcd</a>
    Httprouter: <a> <a>http://bit.ly/1DDc6DK</a>
    Go-Json-Rest: <a>http://bit.ly/1CfNU8r</a>

    Libraries:

    SpaceMonkey: <a>https://github.com/spacemonkeygo/monitor</a>
    Source Graph: <a>https://github.com/sourcegraph/apptrace</a>
    Awesome-Go: <a>https://github.com/avelino/awesome-go</a>


    @@ -44,6 +49,7 @@ Go Data Structure 1: <a>http://research.swtch.com/godata</a>
    Go Data Structure 2: <a>http://research.swtch.com/godata2</a>
    Go Tour: <a>http://research.swtch.com/gotour</a>
    Go Package: <a>http://research.swtch.com/gopackage</a>
    Lets Learn Go: <a>http://go-book.appspot.com/index.html</a>


    Videos and Tutorials:
  3. @sapamja sapamja renamed this gist Feb 11, 2015. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion gistfile1.txt → golang_resouce
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@

    Facebook:

    https://www.facebook.com/notes/learn-golang/free-go-resources-available-in-internet/781530568600486
  4. @sapamja sapamja created this gist Feb 11, 2015.
    87 changes: 87 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,87 @@

    Facebook:

    https://www.facebook.com/notes/learn-golang/free-go-resources-available-in-internet/781530568600486


    Official GoLang Sites:

    Golang: <a>http://golang.org</a>
    Golang Blog: <a>https://blog.golang.org/</a>
    Golang BootCamp: <a>http://www.golangbootcamp.com/book/</a>
    Golang Book: <a>http://www.golang-book.com/</a>


    GoLang WebFramework:

    Gorilla: <a>http://www.gorillatoolkit.org/</a>
    Beego: <a>http://beego.me/</a>

    Some Open source Project in GO:

    Docker: <a>https://www.docker.com/</a>
    Webseclab: <a> </a>http://bit.ly/1M8dS3h</a>
    Etcd: <a>https://github.com/coreos/etcd</a>
    Httprouter: <a> <a>http://bit.ly/1DDc6DK</a>
    Go-Json-Rest: <a>http://bit.ly/1CfNU8r</a>

    Libraries:

    Awesome-Go: <a>https://github.com/avelino/awesome-go</a>


    Useful Online Resources:

    Golang Tutorials: <a>http://bit.ly/1zrjpYJ</a>
    Gopher Academy: <a>http://blog.gopheracademy.com/</a>
    Stack Overflow: <a>http://stackoverflow.com/questions/tagged/go</a>
    Getting Started with Go and Docker: <a>http://bit.ly/1zrjR9n</a>
    Benchmarking in Go: <a>http://bit.ly/1FsiLzB</a>
    Why I program in Go:<a>http://bit.ly/1DgANFy</a>
    Why I like Go: <a>https://gist.github.com/freeformz/4746274</a>
    Example Snippet: <a>http://golang-examples.tumblr.com/</a>
    GoLang Sample: <a>https://github.com/golang-samples</a>
    Go Data Structure 1: <a>http://research.swtch.com/godata</a>
    Go Data Structure 2: <a>http://research.swtch.com/godata2</a>
    Go Tour: <a>http://research.swtch.com/gotour</a>
    Go Package: <a>http://research.swtch.com/gopackage</a>


    Videos and Tutorials:

    Why learn Go: <a>http://bit.ly/17dblF8</a>
    Google IO 2012 : <a>http://bit.ly/1zUz3iO</a>
    13 Short Go Tutorials and Videos: <a>http://bit.ly/1zrjw6D<a>
    Training: <a>http://bit.ly/1vflMgy</a>
    The Go Programing Language: <a>http://bit.ly/1Cfvq5r</a>
    FOSDEP 2014: <a> http://blog.golang.org/fosdem14</a>
    Rob Pike: Concurrency is not parallelism <a>http://bit.ly/1DcWhAW</a>
    GoTalks: <a>http://bit.ly/1DDc4f3</a>


    GitHub GoLang Trending:

    GitHub Trending: <a>http://bit.ly/1z6bLnF</a>

    Looking for Job in GO:

    we love golang<a></a>http://www.welovegolang.com/</a>

    What companies are using Go in production?
    Google: <a>http://bit.ly/1zTWKb4</a>
    SoundCloud:<a>http://bit.ly/197zKN7</a>
    BBC: <a>http://bit.ly/1A9ZR1H<a>
    CloudFlare: <a>https://blog.cloudflare.com/go-at-cloudflare/</a>
    Heroku: <a>http://blog.golang.org/go-at-heroku</a>
    Dropbox: <a>http://bit.ly/1Cf4tkQ</a>
    Yahoo: <a>https://github.com/yahoo/webseclab</a>
    Docker Inc: <a>https://www.docker.com/</a>
    Mozilla: <a>https://github.com/mozilla-services/heka</a>
    Bitly: <a>http://bitly.is/1pfHEtj</a>

    To Share code snippets:

    Gist: <a>https://gist.github.com/</a>
    Pastie: <a>http://pastie.org/</a>
    Pastebin: <a>http://pastebin.com/</a>
    Collabedit: <a>http://collabedit.com/</a>