go-utils
go-utils is a Go library to make it easier to work with the Go language
The library contains handy functions to access database resources, Kafka topics and HTTP endpoints. Besides, the library offers useful tools like logging and process control.
Installation
To get go-utils you can use command line:
go get github.com/eliona-smart-building-assistant/go-utils
or you define import in go files:
import "github.com/eliona-smart-building-assistant/go-utils"
and run go get
without parameters.
Usage
- Logging for logging purposes
- Database to access databases
- Http to handle web requests
- Kafka to handle kafka topics