https://github.com/praisetompane/go
https://github.com/praisetompane/go
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/praisetompane/go
- Owner: praisetompane
- License: mit
- Created: 2024-12-19T21:25:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T18:15:53.000Z (about 2 months ago)
- Last Synced: 2025-03-13T19:30:01.649Z (about 2 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go

## Objectives
Notes: The Go Programming Language## Language Details
- [Language Specification](https://go.dev/ref/spec)
- [Compiler | Interpreter](https://go.googlesource.com/go)
- [GitHub Mirror](https://github.com/golang/go)
- Type System
- [Types](https://go.dev/ref/spec#Types)
- [Representation](https://go.dev/ref/spec#Properties_of_types_and_values)
- [Memory Model](https://go.dev/ref/mem)
- [GC](https://go.dev/doc/gc-guide)
- [Language Reference]()
- [Standard Library](https://pkg.go.dev/std)
- Packaging and Distribution
- [Core Module Index]()
- [Package Index](https://pkg.go.dev)
- Tools:
- ...
- Structuring Projects:
- ...
- [Extending and Embedding]()
- [Developer Contribution Guide](https://go.dev/doc/contribute)
- [History](https://go.dev/doc/devel/release)## Use Cases
- [Applications for Go](https://go.dev/solutions/use-cases)
- [Effective Application](https://go.dev/doc/effective_go)## Community
## Learning Resources
- [roadmap](https://roadmap.sh/golang)
- practice problems:## Spell Check
```shell
pyspelling -c spellcheck.yaml
```## References
## Legend
**Q**: Question for later research**MYINC**: My Insight/Conjecture [Could Be Unoriginal/False and Likely Is]
**Disclaimer**: This is an ongoing and incomplete project to unpack these concepts and serve as my distributed memory.