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.
- Host: GitHub
- URL: https://github.com/openbiox/ligo
- Owner: openbiox
- License: other
- Created: 2019-08-17T16:31:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T07:53:23.000Z (about 3 years ago)
- Last Synced: 2024-06-21T16:50:28.592Z (almost 2 years ago)
- Language: Go
- Homepage: https://github.com/openbiox/ligo
- Size: 219 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
[](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