Skip to content

Commit

Permalink
Added guide for golang
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Hermosilla committed Aug 3, 2017
1 parent 95b41d6 commit 80fc9a1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions golang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Golang

Interesting detail, if a name is used in your func return,
it is as though it was declared in the body of the func.

## Links
- https://dave.cheney.net/2017/04/26/understand-go-pointers-in-less-than-800-words-or-your-money-back
- http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/
- https://learn-anything.xyz/programming/programming-languages/go
- https://www.youtube.com/watch?v=ltqV6pDKZD8
- https://making.pusher.com/golangs-real-time-gc-in-theory-and-practice/
- https://medium.com/learning-the-go-programming-language/writing-modular-go-programs-with-plugins-ec46381ee1a9
- https://goenning.net/2017/01/25/adding-custom-data-go-binaries-compile-time/
- https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis
- https://blog.gopheracademy.com/advent-2016/go-syntax-for-dsls/

## Concurrency
- https://divan.github.io/posts/go_concurrency_visualize/
- https://speakerdeck.com/kavya719/understanding-channels
- https://www.youtube.com/watch?list=PLq2Nv-Sh8EbZEjZdPLaQt1qh_ohZFMDj8&v=yKQOunhhf4A

0 comments on commit 80fc9a1

Please sign in to comment.