Startx GO Libs

release last commit Doc

The sxlibs library containt a list of generic packages used by all go project used by startx.

Getting started

in your go code import the go-lib module

import (
    sxUtils "gitlab.com/startx1/k8s/go-libs/pkg/utils"
)

Use the module in your code


// Use the module in your code
func main() {
    display := sxUtils.NewCmdDisplay("main")
    display.Debug("Display a debug message")
}

Contributing

You can help us by contributing to the project.

History and releases

Read history traceback for more information on change and released version.