SkillAgentSearch skills...

Goutils

golang公共函数库

Install / Use

/learn @relunctance/Goutils
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated13d ago
Forks5

Languages

Go

Security Score

85/100

Audited on Mar 18, 2026

No findings