Skip to content

relunctance/goutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

golang公共函数库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages