#loading variables in parent directory

3 messages · Page 1 of 1 (latest)

stark halo
#

https://go.dev/tour/basics/3

When importing a package, you can refer only to its exported names. Any "unexported" names are not accessible from outside the package.
this applies to all visible symbols, not just top level ones

#

I would strongly recommend you do the tour

#

all the more reason to do it again 🙂