golang-lib/README.md

13 lines
719 B
Markdown
Raw Normal View History

2018-03-22 22:10:05 +01:00
# golang-lib
2023-10-23 21:40:10 +02:00
[![DroneCI](https://ci.codeberg.org/api/badges/genofire/golang-lib/status.svg?branch=main)](https://ci.codeberg.org/genofire/golang-lib)
[![Go Report Card](https://goreportcard.com/badge/codeberg.org/genofire/golang-lib)](https://goreportcard.com/report/codeberg.org/genofire/golang-lib)
[![Go Reference](https://pkg.go.dev/badge/codeberg.org/genofire/golang-lib.svg)](https://pkg.go.dev/codeberg.org/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
- `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
- `web`: helpers for golang-gin framework e.g. websocket, metrics, status, auth
2021-09-11 11:25:54 +02:00
- `worker`: cronjob