Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psibi/effective-go
https://github.com/psibi/effective-go
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/psibi/effective-go
- Owner: psibi
- Created: 2024-02-29T11:02:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T11:02:25.000Z (9 months ago)
- Last Synced: 2024-10-12T00:01:22.085Z (about 1 month ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Introduction
This is my summary of [[https://go.dev/doc/effective_go][Effective Go]] by Rob Pike.
* Chapters
- [[file:chapter1.org][chapter 1]]
- [[file:chapter2.org][chapter 2]]
- [[file:chapter3.org][chapter 3]]
- [[file:chapter4.org][chapter 4]]