Skip to content

A collection of useful Golang utility methods and libraries

License

Notifications You must be signed in to change notification settings

marksost/go-utils

Repository files navigation

go-utils

A collection of useful Golang utility methods and libraries


GoDoc Build Status

Installation

Install:

go get github.com/marksost/go-utils

Import:

import (
	goutils "github.com/marksost/go-utils"
)

Documentation:

https://godoc.org/github.com/marksost/go-utils

Usage

b := true
fmt.Printf("Type: %T, Value:%v\n", b, b) // Type: bool, Value:true
s := goutils.Bool2String(b)
fmt.Printf("Type: %T, Value:%v\n", s, s) // Type: string, Value:true

About

A collection of useful Golang utility methods and libraries

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages