Categorygithub.com/genofire/golang-lib
module
0.2.0
Repository: https://github.com/genofire/golang-lib.git
Documentation: pkg.go.dev

# README

golang-lib

DroneCI Travis CircleCI Coverage codecov Go Report Card GoDoc

some packages collected for easy and often used functions

# Packages

Package database provides the functionality to open, close and use a database.
Package file provides functionality to load and save marshal files.
Package http provides the logic of the webserver.
Package websocket to handling connection and session by messages and there subject.
Package worker to run functions like a cronjob in background.