Files
2018-10-22 21:11:10 +03:00

548 B

  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.