2018-03-22 22:10:05 +01:00
|
|
|
# golang-lib
|
2021-06-01 15:30:05 +02:00
|
|
|
[![DroneCI](https://ci.sum7.eu/api/badges/genofire/golang-lib/status.svg?branch=main)](https://ci.sum7.eu/genofire/golang-lib)
|
2018-03-22 22:10:05 +01:00
|
|
|
[![Go Report Card](https://goreportcard.com/badge/dev.sum7.eu/genofire/golang-lib)](https://goreportcard.com/report/dev.sum7.eu/genofire/golang-lib)
|
2021-06-01 17:16:09 +02:00
|
|
|
[![Go Reference](https://pkg.go.dev/badge/dev.sum7.eu/genofire/golang-lib.svg)](https://pkg.go.dev/dev.sum7.eu/genofire/golang-lib)
|
2018-08-24 01:21:35 +02:00
|
|
|
|
2017-05-17 14:54:04 +02:00
|
|
|
some packages collected for easy and often used functions
|
2021-06-01 15:30:05 +02:00
|
|
|
|
|
|
|
- `database`: Start by Config, Migrate
|
2021-09-11 11:25:54 +02:00
|
|
|
- `file`: Read and Save - JSON, TOML
|
|
|
|
- `mailer`: Send E-Mail and receive for testing
|
2021-06-01 15:30:05 +02:00
|
|
|
- `web`: helpers for golang-gin framework e.g. websocket, metrics, status, auth
|
2021-09-11 11:25:54 +02:00
|
|
|
- `worker`: cronjob
|