https://github.com/hashfx/learngolang
Digital notes for learning Go Programming Language
https://github.com/hashfx/learngolang
Last synced: 10 months ago
JSON representation
Digital notes for learning Go Programming Language
- Host: GitHub
- URL: https://github.com/hashfx/learngolang
- Owner: hashfx
- Created: 2021-05-22T13:20:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T14:53:07.000Z (about 5 years ago)
- Last Synced: 2025-09-09T01:32:47.592Z (10 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO Programming Language Learning Notes
## Golang is one of the official language at **Google LLC**
## Golang is designed by
+ ### Robert Griesemar
+ ### Rob Pike
+ ### Ken Thompson
## Why was GoLang Introduced
### Google works with mainly 3 languages but they have some drawbacks
+ ### Python: Easy to use but slow
+ ### Java: Increasingly complex type system
+ ### C/C++: Complex type system and slow compile time
## Go (GoLang) Features
+ ### Strong and statically typed
+ ### Excellent Community
+ ### Key Features
+ ### Simplicity
+ ### Fast compile time
+ ### Garbage collected
+ ### Built-in concurrency
+ ### Compile to standalone binaries
## Official Website: https://golang.org
## Go Playground: https://play.golang.org