module
0.0.0-20240705014102-6a2ffb1bc634
Repository: https://github.com/ugabiga/go-examples.git
Documentation: pkg.go.dev
# README
Go Examples
Each example is a standalone Go program that demonstrates a specific concept.
You can run the examples by go run <example>/main.go
.
These are the examples:
- DI (Dependency Injection)
- Config (Configuration)