May
30th,
2014
When writting some Go code that require testing I meet some weird error (but not bug). Since this error bug me more than once, I figure it would be useful to document this error
The reason Example 1 word are because as explained in GoTutorial
if the first letter is capital, it is visible outside the package. That’s it.
So the reason is that simple.