Skip to content

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

Notifications You must be signed in to change notification settings

printfcoder/goutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printfcoder GoUtils

GoDoc

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages