Skip to content

eliona-smart-building-assistant/go-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Utils

Go utils is a part of the Eliona App SDK. It provides 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