Categorygithub.com/openbiox/ligo
repository
0.0.0-20230429075306-bc5e03db15fb
Repository: https://github.com/openbiox/ligo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Life cycle: experimental GoDoc

ligo

A set of Golang utils function (logging...).

Installation

go get -u github.com/openbiox/ligo/...

Usage

package hget

import (
	"fmt"

	"github.com/openbiox/ligo/log"
	"github.com/openbiox/ligo/stringo"
)

func main() {
	prog := "ligo"
	log.Infof("Starting %s...", ligo)

	v := stringo.StrDetect("AACCDD#AC", "#.*")
	fmt.Println(v)
}

License

Academic Free License version 3.0