An open API service indexing awesome lists of open source software.

https://github.com/keithnoguchi/book-go

The Go Programming Language
https://github.com/keithnoguchi/book-go

book go programming programming-language

Last synced: 16 days ago
JSON representation

The Go Programming Language

Awesome Lists containing this project

README

          

# The Go Programming Language

[![CI](https://github.com/keithnoguchi/book-go/actions/workflows/ci.yml/badge.svg)](
https://github.com/keithnoguchi/book-go/actions)

[the go programming language]: https://www.gopl.io/

Examples from [the Go Programming Language], aka, the book.

## Examples

- [Chapter 1: A Lissajous web server](ch01/main.go)
- [Chapter 2: A pop counter](ch02/main.go)
- [Chapter 3: A Mandelbrot set plotter](ch03/main.go)
- [Chapter 4: A github issue search](ch04/main.go)
- [Chapter 5: A web crawler](ch05/main.go)

Happy Hacking!