# go-util **Repository Path**: binny_w/go-util ## Basic Information - **Project Name**: go-util - **Description**: No description available - **Primary Language**: Go - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-23 - **Last Updated**: 2025-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 作者很懒,什么也没做说明 # build ``` go build -ldflags "-s -w" -o [可执行文件路径] [main.go] ``` # usage ``` go get -u gitee.com/binny_w/go-util import "gitee.com/binny_w/go-util" ```