joshsoftware / golang-boilerplate

a simple golang boilerplate to kickstart any go api project
7 stars 17 forks source link

cli package latest is v2 #7

Open gautamrege opened 4 years ago

gautamrege commented 4 years ago

It seems we are using the older version fo the cli.

https://github.com/urfave/cli README recommends following import.

import "github.com/urfave/cli/v2"

I think we should update the boilerplate! Can you please check.

santoshkavhar commented 2 years ago

https://github.com/joshsoftware/golang-boilerplate/pull/16