Hacker News new | ask | show | jobs
by findthebug 1402 days ago
function names should be lowercase.
1 comments

I'm not sure what you're referring to. If you're talking about the `Generate` function in Go, if a symbol begins with a capital letter, it's exported/public and private otherwise.
all right. thanks for the info.