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
- Host: GitHub
- URL: https://github.com/keithnoguchi/book-go
- Owner: keithnoguchi
- Created: 2023-03-28T20:31:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T15:08:15.000Z (almost 2 years ago)
- Last Synced: 2024-03-11T16:11:27.384Z (almost 2 years ago)
- Topics: book, go, programming, programming-language
- Language: Go
- Homepage:
- Size: 170 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Go Programming Language
[](
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!