- https://golang.org/doc/effective_go.html
- http://stackoverflow.com/questions/9320862/go-why-would-i-make-or-new
- https://blog.golang.org/slices
- https://gobyexample.com/arrays
- https://gobyexample.com/channels
- https://github.com/op/go-logging
- http://www.goinggo.net/2013/11/using-log-package-in-go.html
- https://groups.google.com/forum/#!topic/golang-nuts/unX8j-kp0hg
- https://github.com/karalabe/cookiejar/blob/master/collections/stack/stack.go
- https://github.com/go-martini/martini/blob/master/translations/README_ko_kr.md
- https://talks.golang.org/2012/10things.slide
- https://github.com/jinzhu/gorm
- https://github.com/avelino/awesome-go
- http://www.goinggo.net/2013/11/using-log-package-in-go.html
- https://godoc.org/golang.org/x/crypto/ssh
- http://kukuruku.co/hub/golang/ssh-commands-execution-on-hundreds-of-servers-via-go
- http://www.slideshare.net/GeisonFlores/functional-go-53256805
- https://github.com/bmatcuk/doublestar
- https://github.com/golang/go/wiki/TableDrivenTests
- https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis
- https://peter.bourgon.org/go-best-practices-2016/#dependency-management
- https://github.com/cloudflare/hellogopher
- https://github.com/golang/go/issues/17271
- https://github.com/golang/go/issues/14566
- https://gist.github.com/gebv/0ae52416c337b075c394
- http://stackoverflow.com/questions/31868639/how-to-ping-an-ip-adress-in-golang
memory leak
- https://www.vividcortex.com/blog/2014/01/15/two-go-memory-leaks/
- https://stackoverflow.com/questions/28317989/golang-memory-leak-concerning-goroutines
- https://groups.google.com/forum/#!topic/golang-nuts/a-OQwtVARdE
- http://blog.remotty.com/blog/2015/08/15/golangeuro-anjeonhan-seobiseu-mandeulgi/
shell
- https://gist.github.com/posener/73ffd326d88483df6b1cb66e8ed1e0bd
- https://github.com/mattn/go-shellwords
- https://github.com/mvdan/sh
- https://github.com/mgutz/str#toargv
- https://play.golang.org/p/ztqfYiPSlv
- https://nathanleclaire.com/blog/2014/12/29/shelled-out-commands-in-golang/