Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aden-q/gopl
The Go Programming Language Book Exercise Solutions && Notes
https://github.com/aden-q/gopl
go
Last synced: 23 days ago
JSON representation
The Go Programming Language Book Exercise Solutions && Notes
- Host: GitHub
- URL: https://github.com/aden-q/gopl
- Owner: Aden-Q
- License: mit
- Created: 2022-05-10T19:37:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-14T01:34:38.000Z (over 2 years ago)
- Last Synced: 2024-06-19T11:31:11.447Z (7 months ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gopl
[![Travis](https://img.shields.io/badge/language-go-green.svg)]()*The Go Programming Language* Exercise Solutions && Notes
+ [Go Official Website](https://go.dev/)
+ [Book Website](https://www.gopl.io/)
+ [Notes](https://lyrics-reading.notion.site/The-Go-Programming-Language-7b5eb07d3a6f491a914bc4ab36578c80)## Contents
+ Chapter 1 Tutorial
+ Chapter 2 Program Structure
+ Chapter 3 Basic Data Types
+ Chapter 4 Composite Types
+ Chapter 5 Functions
+ Chapter 6 Methods
+ Chapter 7 Interfaces
+ Chapter 8 Goroutines and Channels
+ Chapter 9 Concurrency with Shared Variables
+ Chapter 10 Packages and the Go Tool
+ Chapter 11 Testing
+ Chapter 12 Reflection
+ Chapter 13 Low-Level Programming## Credits
Zecheng Qian - [email protected]
## License
[MIT](./LICENSE)