Modules
Do has a module system.
Importing Modules
Import the whole module
Import with an alias
Import specific names
Import with renaming
Combined forms
Exporting with pub
Mark definitions as public with pub:
Only pub definitions are visible when a module is imported.
Module Resolution
Modules are resolved according to the host application. See the Shell
Guide for details on module path configuration for
dolang-shell.