內存,內存中的變量和指針
http://golangtutorials.blogspot.jp/2011/06/memory-variables-in-memory-and-pointers.html
How does reflection work internally?
https://groups.google.com/forum/?fromgroups#!topic/golang-nuts/NYs7L5UvSHo
很好的一篇講runtime的文章(必看)
golang的內部實現(中文)
http://www.cnblogs.com/genius0101/archive/2012/04/16/2447147.html
golang的內部實現(英文)
http://code.google.com/p/try-catch-finally/wiki/GoInternals
Broken abstractions in Go
http://research.swtch.com/goabstract
Gccgo panic/recover
http://www.airs.com/blog/archives/376
Go's Package Name Space
http://research.swtch.com/gopackage
Go Data Structures: Interfaces
http://research.swtch.com/interfaces
貌似一個牛人的博客:
golang中的xg作用
http://blog.csdn.net/hopingwhite/article/details/5782888
go研究的一個中文博客:
http://blog.csdn.net/hopingwhite/article/category/705187
golang中string型的比較運算的實現
http://runtime.diandian.com/post/2011-12-05/7497154
go語言中split stack
http://runtime.sinaapp.com/?p=36
go資源庫匯總
http://go-lang.cat-v.org/pure-go-libs
go的一些視頻,可以找到一些語言設計層面的東西
http://go-lang.cat-v.org/talks/
go與C的交互之cgo
http://golang.org/doc/articles/c_go_cgo.html
這兩篇文章是了解cgo必讀的文章