Общепризнанные
Cobra & Viper
Cobra
Install
go get -u github.com/spf13/cobra@latestimport "github.com/spf13/cobra"go install github.com/spf13/cobra-cli@latestCobra CLI: Init Project
cd $HOME/code
mkdir myapp
cd myapp
go mod init github.com/spf13/myappCobra CLI: Add commands to a project
Viper
Others
Last updated