- There are examples of using different technologies in golang in different ditcories
- In each directory there is a
README
file with description
In diretcory: grpc-keyvalue - here is a simple example of a key/value store implementation configured via grpc
In diretcory: grpc-gateway - there is an example of implementation of api endpoints configured via grpc-gateway
In diretcory: OpenTelemetry - example of using opentelemetry
In diretcory: websockets - example of using websockets via diffs frameworks
In diretcory: REST - example of using REST via diffs frameworks
In diretcory: patterns - examples of different programming patterns on go
In diretcory: WhereIsMyPython - methods that are implemented in python but not in go
In diretcory: zap - lib for fast logs