refactor: first four section, organize cont.

This commit is contained in:
Inanc Gumus
2018-10-22 21:11:10 +03:00
parent f860bc6895
commit fae3ab32d9
7 changed files with 42 additions and 4 deletions

View File

@ -0,0 +1,13 @@
1. **[Use your own package](https://github.com/inancgumus/learngo/tree/master/03-packages-and-scopes/exercises/01-packages)**
Create a few Go files and call their functions from the main function.
2. **[Try the scopes](https://github.com/inancgumus/learngo/tree/master/03-packages-and-scopes/exercises/02-scopes)**
Learn the effects of scoping across packages.
3. **[Rename imports](https://github.com/inancgumus/learngo/tree/master/03-packages-and-scopes/exercises/03-importing)**
Import the same package using a different name.