/go-cli-starter

This is a go cli starter

Primary LanguageGo

go-cli-starter

This is a go cli starter


Todo List

  • Log Use go.uber.org/zap
  • Config Use github.com/spf13/viper
  • CLI Command Use github.com/urfave/cli/v2
  • Http Use "github.com/valyala/fasthttp"
  • More utils...

Usage

git clone https://github.com/Aderlx/go-cli-starter.git

Example

go run main.go run -m message

2021-02-10T12:18:41.305+0800	info	go-cli-starter/cmd/cmd.go:14	message