Error in Go’s CLI package “urfave/cli”
An error occurs when executing the command “cannot use cli.StringFlag” error I got this error. cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal: cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver) If you prefix your cli.StringFlag with & as shown in this ticket, you’ll get an error… Read more Error in Go’s CLI package “urfave/cli”