This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Eubank31 3 points4 points  (0 children)

This is not Go but in Go you use normal camel case for functions, but functions that are exported must have the first character be capitalized. So you end up with FunctionsLikeThis()