Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 412 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 412 Bytes

goutils

Install

go get -u -v github.com/relunctance/goutils

Useage

package main

import (
    "fmt"

    "github.com/relunctance/goutils/fc"
)

func main() {
    fmt.Println(fc.DebugTrace())
}

Modules

  • fc - Commonly used encoding functions
  • dump - Print/Println with color output stdout
  • cmd - Execute command with golang
  • offsetboundary - Slice data clipping