package
1.1.2
Repository: https://github.com/kade-chen/library.git
Documentation: pkg.go.dev

# README

1.install binary package in this way


go build -o ~/go/bin/kade gitee.com/go-kade/library/v2/cmd 

Alt text

2. install binary package using main.go


go build -o ~/go/bin/kade main.go

Alt text

# Packages

No description provided by the author

# Functions

Execute adds all child commands to the root command sets flags appropriately.

# Variables

Rootcmd represents the base command when called without any subcommands.