|
|
@@ -12,6 +12,7 @@ go run .
|
|
|
- [Gin Web Framework](https://github.com/gin-gonic/gin)
|
|
|
- [PostgreSQL client and ORM for Golang](https://github.com/go-pg/pg)
|
|
|
- [Introduction to Object-relational mapping](https://pg.uptrace.dev/orm/intro/)
|
|
|
+- [Redis client for Golang](https://github.com/go-redis/redis)
|
|
|
|
|
|
## SOP
|
|
|
|
|
|
@@ -20,3 +21,4 @@ go run .
|
|
|
- Gin: Querystring parameters
|
|
|
- Gin: Model binding and validation
|
|
|
- Pg: Quickstart(**ingore createSchema**)
|
|
|
+- Redis: Quickstart
|