You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I learnt go from this page and it helps me a lot. But to explain dependency from other module/file like sub.go, I feel something missing with it. The main.go 'suddenly' calls a method from sub.go and there is no explanation how it was coded on sub.go to have its functions exported. I think the best way is to put the sub.go right after main.go so that the new learners like me can somehow knows how it works. Thanks
In "The Go way" section, IMHO we need to reveal sub.go to ease the understanding how the sub.go 'template' works.
The text was updated successfully, but these errors were encountered: