Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MrSarno/LearningGoBook
Learning Go with Alan A. A. Donovan & Brian W. Kernighan.
https://github.com/MrSarno/LearningGoBook
book go golang learning
Last synced: 29 days ago
JSON representation
Learning Go with Alan A. A. Donovan & Brian W. Kernighan.
- Host: GitHub
- URL: https://github.com/MrSarno/LearningGoBook
- Owner: MrSarno
- Created: 2022-05-04T08:48:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T15:19:30.000Z (over 2 years ago)
- Last Synced: 2024-08-03T23:29:26.060Z (4 months ago)
- Topics: book, go, golang, learning
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - LearningGoBook
README
# The Go Programming Language
### Alan A. A. Donovan
### Brian W. Kernighan
This repo is a collection of code snippets written as I read through the above book. The Go Programming Language is excellently written and approaches the language in an intuitive way. I have found it invaluable while working on learning the Go programming language.
The book has a website, which you can find [here](https://www.gopl.io/ "The Go Programming Language, by Alan A. A. Donovan and Brian W. Kernighan").
That Brian W. Kernighan had written a book on Go was one of the reasons I initially decided to consider Go when looking at programming languages to learn. Before learning Go I had learned Python and Javascript, NodeJS, and frameworks such as [Vue](https://vuejs.org/) and [Nuxt](https://nuxtjs.org/ "A framework for Vue which supports SSR among other things.").
( Two of the three links feature on-hover text. :) )