a little golang library with often reused utils packages
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
genofire 07a20220be fix: migrate to codeberg 2 months ago
.ci migrate ci to woodpicker 3 years ago
database fix: migrate to codeberg 2 months ago
file fix: migrate to codeberg 2 months ago
mailer make config struct koanf ready 1 year ago
web fix: migrate to codeberg 2 months ago
worker improve websocket + add webserver handler 5 years ago
.gitignore web and database for gin 3 years ago
.travis.yml fix: migrate to codeberg 2 months ago
.woodpecker.yml fix: migrate to codeberg 2 months ago
LICENSE.md docs: README and LICENSE 3 years ago
README.md fix: migrate to codeberg 2 months ago
go.mod fix: migrate to codeberg 2 months ago
go.sum fix: update dependencies 10 months ago

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