a little golang library with often reused utils packages
Go to file
genofire 9fe244fa48 fix: update dependencies 2023-02-25 22:48:29 +01:00
.ci migrate ci to woodpicker 2021-06-01 17:03:51 +02:00
database feat(database): url creation by struct (for env) 2022-09-20 19:14:08 +02:00
file make config struct koanf ready 2022-08-14 16:50:52 +02:00
mailer make config struct koanf ready 2022-08-14 16:50:52 +02:00
web feat(web/auth): add IsLoginWithUserID for request without exit 2022-09-20 20:57:06 +02:00
worker improve websocket + add webserver handler 2018-08-24 21:03:15 +02:00
.gitignore web and database for gin 2021-06-01 10:51:35 +02:00
.travis.yml cleanup ci 2018-08-24 11:44:18 +02:00
.woodpecker.yml ci: debian has python3 as default 2021-09-16 02:13:25 +02:00
LICENSE.md docs: README and LICENSE 2021-06-01 17:16:09 +02:00
README.md docs: packages 2021-09-11 11:25:54 +02:00
go.mod fix: update dependencies 2023-02-25 22:48:29 +01:00
go.sum fix: update dependencies 2023-02-25 22:48:29 +01:00

README.md

golang-lib

DroneCI Go Report Card Go Reference

some packages collected for easy and often used functions

  • database: Start by Config, Migrate
  • 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
  • worker: cronjob