An open API service indexing awesome lists of open source software.

https://github.com/openbiox/ligo

A collection of functions of golang.
https://github.com/openbiox/ligo

Last synced: 5 months ago
JSON representation

A collection of functions of golang.

Awesome Lists containing this project

README

          

Life cycle: experimental [![GoDoc](https://godoc.org/github.com/openbiox/ligo?status.svg)](https://godoc.org/github.com/openbiox/ligo)

# ligo

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

## Installation

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

## Usage

```golang
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