Files
learngo/03-packages-and-scopes/exercises

  1. Use your own package

    Create a few Go files and call their functions from the main function.

  2. Try the scopes

    Learn the effects of scoping across packages.

  3. Rename imports

    Import the same package using a different name.