Y
Hacker News
new
|
ask
|
show
|
jobs
by
aangeles
4241 days ago
Regarding the sample code is "bson_*" is a bson code convention? I notice Mixed Caps [1]is the idiomatic code for go? TIA
[1]
http://golang.org/doc/effective_go.html#mixed-caps
1 comments
ansible
4241 days ago
That stuff is from the bson Mongo package. I didn't want to pull it into this example, so that it could run on the playground. I replaced dots with underscores in that case.
link