module
0.0.0-20210510044125-d944f765a1e2
Repository: https://github.com/rajch/contacts.git
Documentation: pkg.go.dev
# README
contacts
A sample Go project created during a training. It includes simple examples of the usage of:
- The repository pattern
- file i/o
- JSON encoding and decoding
- Database access using Gorm
- Testing in Go
- A web API server using Gin
- TLS use in Gin
- A simple GRPC client and server
Each package and executable directory has a README.md file which describes the example in detail.