# 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