`git clone https://github.com/golang/go` then `cd go`, and `tree .`, `git grep ...`, `vim ...`, etc.
Anyway, couldn't find how to get the tests to pass, but found this:
https://golang.org/doc/codewalk/markov/
And a little explanation: https://golang.org/doc/codewalk/codewalk/
Also: https://golang.org/doc/install/source
In terms of codebase, kubernetes and upspin seem pretty good too:
https://github.com/kubernetes/kubernetes https://github.com/upspin/upspin
But yes having a global namespace is a genius idea.
`git clone https://github.com/golang/go` then `cd go`, and `tree .`, `git grep ...`, `vim ...`, etc.
Anyway, couldn't find how to get the tests to pass, but found this:
https://golang.org/doc/codewalk/markov/
And a little explanation: https://golang.org/doc/codewalk/codewalk/
Also: https://golang.org/doc/install/source
In terms of codebase, kubernetes and upspin seem pretty good too:
https://github.com/kubernetes/kubernetes https://github.com/upspin/upspin