CodeFreezr / gobyes

Collection of gobyes (Go By Examples) repositories to build a golang learning corpus.

Home Page:https://codefreezr.github.io/gobyes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go By Examples - Corpus

Join the chat at https://gitter.im/gobyes/Lobby GitHub last commit Twitter URL

gobyes

Gobye Gophers

We collect a couple of gobyes (Go By Examples) repositories to learn, analyse and streamline. If you like to contribute, please star/fork at first the original repos, buy the books, book the courses, obtain a ticket to / organize a gopher conference and/or spread the words.

Find the origin github repos behind or click on "last commit" in the details. Please star/fork/bookmark them alot.

  1. adonovan.gopl
  2. agtorre.go-cookbook
  3. apress.go-recipes
  4. arschles.go-in-5-minutes
  5. astaxie.build-web
  6. chisnall.phrasebook
  7. codegangsta.bwag
  8. codegangsta.essential
  9. goes211.golangtraining
  10. !goes211.golang-web-dev
  11. goinaction.code (2015)
  12. golang.example
  13. golang.tour
  14. golangsam.anytype
  15. jochasinga.golang-book
  1. kat.concurrency-go
  2. mstrmnds.go-in-practice
  3. matryer.goblueprints
  4. mkaz.working-with-go
  5. mmcgrana.gobyexample
  6. mshindle.tidbits
  7. nathany.get-programming
  8. pkt.build-restful (2017)
  9. pkt.go-build-7-apps (2017)
  10. pkt.go-build-web-app (2016)
  11. pkt.go-designpatterns (2017)
  12. pkt.systems-prog (2017)
  13. pkt.isomorphic-go (2017)
  14. pkt.learning-functional (2017)
  1. pkt.learning-go (2016)
  2. pkt.machinelearning-go (2017)
  3. pkt.security-go (2018)
  4. quii.learn-go-with-tests
  5. rosettacode-to.go.tasks
  6. shapeshed.go-in-24
  7. SimonWaldherr.golang-examples
  8. thewhitetulip.anti-textbook
  9. xusiwei.learn-golang

Find more repos which need some <3 here





adonovan.gopl (2015)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Find here the sources of one of the best ranking Go-Book "The Go Programming Language" by Alan A.A. Donovan & Brian W. Kerninghan.
TOC
HP




agtorre.go-cookbook (2017)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
13 chapters full of examples and recipes by Aaron Torres.
TOC
HP




apress.go-recipes (2016)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
In 8 chapters and 83 go files your find a wide range of really usefull examples.
TOC
HP




arschles.go-in-5-minutes

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Find short in all code examples 5 Minutes Screencasts, linked via badge, which gives you a fast inside on specific topics. Great source for digging deeper into go.
TOC
HP




astaxie.build-web-with-go

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Great multilingual international project with a good community. Backuped by the https://beego.me/ guys. If you have time it's worth to check the GoCodeReport and add some enhancing pull requests.
TOC
HP in: en | de | fr | pt | ja | zh




chisnall.phrasebook (2012)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Here are the sourcecodes from "The Go Programming Language Phrasebook" by David Chisnall. This is a zip-download and git upstream-mirror.
TOC
HP




codegangsta.bwag

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Codegangst dig here into the world of "building-web-applications-with-go" Beside go itself you can learn here also a lot about heroku & microservices.
TOC
HP




codegangsta.essential-go

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
A smart collection of 14 important go examples from around 2015. He also offers this in a video course.
Code gobye
TOC
HP




goes211.golangtraining

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Learn programming from a University Professor in Computer Science with over 20 years of teaching experience.
TOC
HP




goes211.golang-web-dev

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Learn web programming with go from a University Professor in Computer Science with over 20 years of teaching experience.
TOC
HP



goinaction.code (2015)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Great Manning Book written by William Kennedy with Brian Ketelson and Erik St. Martin.
TOC
HP




golang.example

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
This is the official example collection with around 18 bit more complex examples.
TOC
HP




golang.tour

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
This is the repo of the "A Tour of Go". One of the first thing you have to play with if you want to try go. It's an awesome interactive online tour which explains a lot of go aspects, starting with a "Hello World" and not ending with this damn c-like pointer stuff.
TOC
HP




golangsam.anytype

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Templates, and ready-to-use go lang source files - generated with dotgo. Here is important not to read the generated stuff, but to understand the mechanic of generation.
TOC
HP




jochasinga.golang-book

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
The Book was written by Caleb Doxsey with all the go files "inline". Find here an extract of this file into a github repo. Perhaps we find a solution to get this stuff more in sync to bit more actual original.
TOC
HP




kat.concurrency-go

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Concurrency is one of the core use cases of golang, so if you want master this find a got starting point with this book.
TOC
HP




mstrmnds.go-in-practice (2016)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Find here the sourcecodes from the book "Go in Practive" in 11 Chapters, 129 Go-Files and 70 Techniques.
TOC
HP




matryer.goblueprints

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Expect nearly 90 go files organised in 11 chapters in this awesome lecture about go by mastermind Mat Ryer, who is also one guy behind http://gopherize.me.
TOC
HP




mkaz.working-with-go

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Over 20 well documented code examples, with an extra section for the euler mathematix fans.
TOC
HP




mmcgrana.gobyexample

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
The Mother of all GoBye's with over 60 go examples.
TOC
HP




mshindle.tidbits

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Around 14 snippets of example golang code to help teach certain concepts.
TOC




nathany.get-programming-with-go (upcoming)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Find here the sourcecodes of this upcoming book in 2018 "Get Programming in Go" in MEAP-State.
TOC
HP




pkt.build-restful (2017)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Building RESTful Web services with Go
Author(s): Naren Yellavula
Abstract: Smart Description will be written here ...
TOC
HP


pkt.go-build-7-apps (2017)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Go: Building 7 Real-World Projects
Author(s): Ben Trantor, Rostislav Zsinko, Mat Ryer
Abstract: Smart Description will be written here ...
TOC
HP


pkt.go-build-web-app (2016)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Go-Building-Web-Applications
Author(s): Nathan Kozyra, Mat Ryer
Abstract: Smart Description will be written here ...
TOC
HP


pkt.go-designpatterns (2017)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Go Design Patterns
Author(s): Mario Castro Contreras
Abstract: Smart Description will be written here ...
TOC
HP


pkt.systems-programming (2017)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Go Systems Programming
Author(s): Mihalis Tsoukalos
Abstract: Smart Description will be written here ...
TOC
HP


pkt.isomorphic-go (2017)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Isomorphic Go
Author(s): Kamesh Balasubramanian
Abstract: Smart Description will be written here ...
TOC
HP


pkt.learning-functional-go (2017)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Learning Functional Programming in Go
Author(s): Lex Sheehan
Abstract: Smart Description will be written here ...
TOC
HP


pkt.learning-go (2016)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Learning Go Programming
Author(s): Vladimir Vivien
Abstract: Smart Description will be written here ...
TOC
HP


pkt.machinelearning-go (2017)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Machine Learning With Go
Author(s): Daniel Whitenack
Abstract: Smart Description will be written here ...
TOC
HP


pkt.security-go (2018)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Title: Security-with-Go
Author(s): John Daniel Leon
Abstract: Smart Description will be written here ...
TOC
HP


quii.learn-go-with-tests

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Great Idea to learn golang coding from the begining with TDD in mind.
TOC
HP




rosettacode-to-go.tasks

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
RosettaCode.org: Nearly 1000 programming tasks in over 650 languages. Find here the go codes
TOC
HP




shapeshed.go-in-24 (2017)

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Here you find the sourcecode of one of the best structured book: "Go in 24 hours". If you are in hurry, this one is for you.
TOC
HP




simonwaldherr.golang-examples

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Simons gobye repository is one of the most comprehensive one. It is divided into three sections: beginner (38), advanced (54) & expert (22).
TOC
HP




thewhitetulip.web-dev-golang-anti-textbook

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
Find within this project Video-Screencasts, gitbook or a leanpub download.
TOC
HP




xusiwei.learn-golang

Go Report Card GitHub last commit gobye synced at
⏮️⏭️
This gobye is a golab out of 66 straight forward go examples which was created while xusiwei becomes a gopher ʕ◔ϖ◔ʔ.
TOC
















eop

.

About

Collection of gobyes (Go By Examples) repositories to build a golang learning corpus.

https://codefreezr.github.io/gobyes/

License:Other


Languages

Language:Go 84.3%Language:CSS 6.1%Language:HTML 5.7%Language:JavaScript 2.7%Language:Shell 0.8%Language:Groovy 0.2%Language:Makefile 0.0%Language:Batchfile 0.0%Language:C 0.0%Language:Ruby 0.0%Language:Python 0.0%Language:Gherkin 0.0%Language:Java 0.0%Language:Assembly 0.0%