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 9fe244fa48 fix: update dependencies 3 months ago
.ci migrate ci to woodpicker 2 years ago
database feat(database): url creation by struct (for env) 9 months ago
file make config struct koanf ready 10 months ago
mailer make config struct koanf ready 10 months ago
web feat(web/auth): add IsLoginWithUserID for request without exit 9 months ago
worker improve websocket + add webserver handler 5 years ago
.gitignore web and database for gin 2 years ago
.travis.yml cleanup ci 5 years ago
.woodpecker.yml ci: debian has python3 as default 2 years ago
LICENSE.md docs: README and LICENSE 2 years ago
README.md docs: packages 2 years ago
go.mod fix: update dependencies 3 months ago
go.sum fix: update dependencies 3 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