Template for Golang Beginning homework from https://prjctr.com/course/golang-beginning
- Create a new repository using this template.
- Make your first homework inside the
gocourse02directory. - Create a pull request with the homework.
- Copy the link to the PR and paste it into the learning platform.
- Wait for the mentor's comments.
- Fix issues by creating new commits.
- If everything looks good, the "LGTM" comment will be added.
- Merge the PR into
main.