a little golang library with often reused utils packages
Go to file
Geno 917e7db85b
continuous-integration/drone the build was successful Details
migrate ci to woodpicker
- fix lint - install python3
- fix database
- fix coverage (use own)
2021-06-01 17:03:51 +02:00
.ci migrate ci to woodpicker 2021-06-01 17:03:51 +02:00
database web and database for gin 2021-06-01 10:51:35 +02:00
file file: improve save and packing 2021-06-01 13:17:51 +02:00
web migrate ci to woodpicker 2021-06-01 17:03:51 +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 migrate ci to woodpicker 2021-06-01 17:03:51 +02:00
LICENSE.md Create LICENSE.md 2017-06-13 02:24:07 +02:00
README.md migrate ci to woodpicker 2021-06-01 17:03:51 +02:00
go.mod file: improve save and packing 2021-06-01 13:17:51 +02:00
go.sum file: improve save and packing 2021-06-01 13:17:51 +02:00

README.md

golang-lib

DroneCI Go Report Card GoDoc

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