https://github.com/bibenga/go-unnecessary
Some examples of Go code
https://github.com/bibenga/go-unnecessary
golang kafka postgresql rabbitmq redis rest
Last synced: 5 months ago
JSON representation
Some examples of Go code
- Host: GitHub
- URL: https://github.com/bibenga/go-unnecessary
- Owner: bibenga
- License: apache-2.0
- Created: 2023-05-27T20:03:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T12:43:11.000Z (over 1 year ago)
- Last Synced: 2024-12-26T13:37:36.229Z (over 1 year ago)
- Topics: golang, kafka, postgresql, rabbitmq, redis, rest
- Language: Go
- Homepage:
- Size: 1.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unnecessary
Aprendo las tecnologías con quien trabajé a la trabajo usando Go pero anteriormente usé Python.
Examples
* api - some openapi
* api-chi - simple server in chi
* api-chi-gen - api server with chi generated by oapi-codegen
* api-echo - simple server in echo
* api-echo-gen - api server with echo generated by oapi-codegen
* api-gin-gen - api server with gin generated by oapi-codegen
* api-gofiber-gen - api server with gofiber generated by oapi-codegen
* api-gorilla-gen - api server with gorilla generated by oapi-codegen
* db
* db-gorm - exmaple og gorm
* db-gorm-gen - exmaple og gorm with gorm gen
* db-jet - work with db using jet
* db-migrations - work with sql migrations
* firebase - example io firebase api
* generics - play with generics
* goctx - play with context
* gorutine - play with corutines
* kafka - play with kafka
* loggers - play with various loggers
* math - i do not know what is it
* palabras - i do not know what is it
* qor5 - i do not know what is it
* rabbitmq - play with rabbitmq
* redis - play with redis
* scheduler - play with various schedulers
* slug - play with slug
* struct - play with structs
* unnecessary - i do not know what is it
* unsafe - play with unsafe