# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
golang-utils
golang data source
.
├── LICENSE
├── README.md
├── datamodels
│ └── datamodels.go
├── datasource
│ ├── database.go
│ ├── mongo.go
│ └── redis.go
├── example.yaml
├── go.mod
├── go.sum
├── http
│ └── http.go
├── middleware
│ └── jwt.go
├── response
│ └── json.go
├── sql
│ ├── builder.go
│ └── page.go
├── string
│ └── string.go
├── util
│ └── password.go
└── validate
└── validate.go