An open API service indexing awesome lists of open source software.

https://github.com/praisetompane/go


https://github.com/praisetompane/go

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Go

![build status](https://github.com/praisetompane/go/actions/workflows/go.yaml/badge.svg)

## 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.