Back to Learngo

README

03-packages-and-scopes/exercises/README.md

latest548 B
Original Source
  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.