This repository is dedicated to my study and practice of the Go language, following the book "Learning Go" by Jon Bodner. Here, you will find notes, code examples, solved exercises, and projects developed throughout my learning journey.
"Learning Go" is a comprehensive guide for both beginners and experienced developers who want to learn the Go programming language. Written by Jon Bodner, the book covers everything from basic concepts to advanced topics, including best practices and practical examples.
- Learn and master the Go language.
- Practice concepts and techniques presented in the book.
- Develop practical projects using Go.
- Share knowledge with the developer community.
This repository is organized into directories corresponding to the chapters of the book. Each directory contains:
- Notes and summaries of the chapters.
- Code examples discussed in the book.
- Solved exercises.
- Practical projects and challenges.
This repository is open source and open to contributions. If you wish to contribute, follow these steps:
- Fork this repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to explore, learn, and contribute!