Skip to content

Repository dedicated to studying and practicing the Go language based on the book "Learning Go" by Jon Bodner. Here, you will find notes, code examples, solved exercises, and projects developed throughout the learning process. This content is open source and open to community contributions.

License

Notifications You must be signed in to change notification settings

cauelz/golang-learning-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Learning Go - Jon Bodner

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.

Table of Contents

About the Book

"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.

Objectives

  • 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.

Content

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.

How to Contribute

This repository is open source and open to contributions. If you wish to contribute, follow these steps:

  1. Fork this repository.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Commit your changes (git commit -m 'Add new feature').
  4. Push to the branch (git push origin feature/new-feature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Feel free to explore, learn, and contribute!

About

Repository dedicated to studying and practicing the Go language based on the book "Learning Go" by Jon Bodner. Here, you will find notes, code examples, solved exercises, and projects developed throughout the learning process. This content is open source and open to community contributions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages