module
0.0.0-20250206030135-4cf11c4a4f79
Repository: https://github.com/kylesiler/learn-go.git
Documentation: pkg.go.dev
# README
Learn Go
A Collection of projects I am using to learn how to program Go.
TODO
- Web Socket
- Integration Testing (testcontainers?)
- Go gRPC
- Concurrency examples
- Llama LLM bot (w/ RAG?)
- HTMX(?)
General things to look into more
- Concurrency
- Channels
- Closures
- Project structure
DONE
- Call API
- Hello World
- Simple HTML Server
- Some basic tutorials
- Terminal app
- REST Service
- Connect to DB
- Unit Testing
Resources
Language Spec Effective Go Go Standard Library Test Containers - Integ Testing An Introduction to Programming in Go