Skip to content

Files

Latest commit

 

History

History
26 lines (20 loc) · 286 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 286 Bytes

What is this?

Easy rounding

Installation

$ go get github.com/go-utils/round

Usage

package main

import (
    "fmt"

    "github.com/go-utils/round"
)

func main() {
    fmt.Println(round.Do(3.4444449))
    // Output: 4
}

License

MIT