a little golang library with often reused utils packages
Go to file
Geno 07218da3f6
continuous-integration/drone the build failed Details
web/webtest: options to make it more configurable
2021-07-14 13:57:23 +02:00
.ci migrate ci to woodpicker 2021-06-01 17:03:51 +02:00
database remigration and rollback all 2021-07-14 13:33:22 +02:00
file test(file): improve 2021-06-02 17:06:27 +02:00
mailer add support of Mailtesting in web/webtest 2021-06-25 15:24:47 +02:00
web web/webtest: options to make it more configurable 2021-07-14 13:57:23 +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 test(web): on ci 2021-06-23 21:45:32 +02:00
LICENSE.md docs: README and LICENSE 2021-06-01 17:16:09 +02:00
README.md docs: README and LICENSE 2021-06-01 17:16:09 +02:00
go.mod test(mailer): improve 2021-06-23 20:48:08 +02:00
go.sum test(mailer): improve 2021-06-23 20:48:08 +02:00

README.md

golang-lib

DroneCI Go Report Card Go Reference

some packages collected for easy and often used functions

  • file: Read and Save - JSON, TOML
  • database: Start by Config, Migrate
  • worker: cronjob
  • web: helpers for golang-gin framework e.g. websocket, metrics, status, auth