SkillAgentSearch skills...

Goutils

goutils is a golang utils library that focused on all aspects of reusable golang components.

Install / Use

/learn @printfcoder/Goutils
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Printfcoder GoUtils

<a href="https://godoc.org/github.com/printfcoder/goutils"><img src="https://godoc.org/github.com/printfcoder/goutils?status.svg" alt="GoDoc"></a>

Printfcoder GoUtils, a package of Golang common utility. Its inspiration comes from apache commons lang

Documentation

More information can be found on godoc which can be browsed.

How to use

$go get -u github.com/printfcoder/goutils/...

example

import (
  "fmt"

  "github.com/printfcoder/goutils/stringutils"
)

func demo(){
    out := stringutils.IndexOf("0123456789", "2")
    fmt.Println(out)
}

Contributing

Just email me

License

Code is under the Apache Licence v2.

View on GitHub
GitHub Stars16
CategoryProduct
Updated5y ago
Forks5

Languages

Go

Security Score

65/100

Audited on Jul 20, 2020

No findings