cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

Rename codegangsta to urfave #739

Closed morrisson closed 5 years ago

morrisson commented 5 years ago

codegangsta/cli now moves to urfave/cli. Updating codegangsta to urfave is recommended.

Also, cli has very old bug for cli.StringSliceFlag but it's modified only in v2, unreleased version. Our code makes a workaround for scope flag.

morrisson commented 5 years ago

Let me merge this PR because it only contains very obvious changes.