Packages
Importing
Same as
See: Importing
Aliases
Packages
package main
// An internal package may be imported only by another package
// that is inside the tree rooted at the parent of the internal directory
package internal
See: Internal packages
Exporting names
See: Exported names