savetheworldwithgo

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2021 License: Apache-2.0

README

Build systems with GO

What is this?

This is a repository containing all the examples from the book BUILD SYSTEMS with GO (and save the world). This book is written to help GO early and not-so-early developers with all the necessary examples to build real systems. The book is organized into two different parts. The first part, explains the language from the basics to more advanced topics using the standard library. The second part, offers the developer a condensed summary of several tools any real system is made of: gRPC, SQL and NoSQL databases, streaming with Kafka, loggers, CLIs (Command Line Interfaces), restful APIs, etc.

The examples are made available at this repository for everybody under the Apache License. Feel free to fork this repo or to take a look to any specific topic you may find relevant. The examples are not explained in the code basically because all the explanations are given in the book. If you are interested in the book you can purchase it in Amazon.

Organization

The repository is organized following the book structure. Every folder corresponds to a chapter, and subfolders correspond to the sections of the chapter. The examples are easy to find following the book.

Most of the code examples are self-contained and can be directly executed with go run main.go.

If additional steps are required to run any example, these are given in the corresponding folder and explained in the book.

Acknowledgements

The amazing "Gotham Gophers" image was created by Egon Elbre (@egonelbre) under Creative Commons. Check out his repository for more high quality illustrations.

Issues

If you have found any code issue please report it using GitHub.

License

This work is released under the Apache License.

Directories

Path Synopsis
01_first_program
02_the_basics
03_arrays_slices_and_maps
04_data_structures
04a_reflection
05_concurrency
06_input_output
07_encodings
08_HTTP
09_templates
10_testing
11_modules
godoc/example_01
Package example_01 contains a documentation example.
Package example_01 contains a documentation example.
12_protocolbuffers
pb/example_01 Module
pb/example_02 Module
pb/example_03 Module
13_grpc
14_logger
14_protocolbuffers
pb/example_01 Module
pb/example_02 Module
pb/example_03 Module
pb/example_04 Module
pb/example_05 Module
pb/example_06 Module
pb/example_07 Module
pb/example_08 Module
15_cli
15_grpc
16_logger
17_cli
18_kafka
18_sql
19_nosql
20_kafka

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL