package
5.1.1
Repository: https://github.com/laisky/go-utils.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

some useful cmds.

Example:

append to your root cmd.

import (
	gcmd "github.com/Laisky/go-utils/v5/cmd"
)

func init() {
	rootCmd.AddCommand(gcmd.EncryptCMD)
}