Skip to content

2n3g5c9/introducing-go

Repository files navigation

introducing-go

Code quick access   •   Prerequisites   •   How to use   •   Tech/frameworks used   •   License

languages-badge license-badge repo-size-badge last-commit-badge open-issues-badge

🚀 Code quick access

Chapter 1 - Getting Started

Chapter 2 - Types

Chapter 3 - Variables

Chapter 4 - Control Structures

Chapter 5 - Arrays Slices and Maps

Chapter 6 - Functions

Chapter 7 - Structs and Interfaces

Chapter 8 - Packages

Chapter 9 - Testing

Chapter 10 - Concurrency

✅ Prerequisites

To run the examples in the repository, you need to have the Go tools installed on your computer: https://golang.org/doc/install#install

🤨 How to use

Simply compile and run the code in one of the subdirectories:

go run main.go

🪄 Tech/frameworks used

  • Go: Open source programming language that makes it easy to build simple, reliable, and efficient software.

📃 License

This project is licensed under the MIT License - see the LICENSE file for details

About

🐹 Code snippets behind the concepts in "Introducing Go" published by O'Reilly.

Topics

Resources

License

Stars

Watchers

Forks

Languages