kevin-cantwell / dotmatrix

Encodes images to a "dot matrix" pattern using braille unicode characters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor go language warning at every run

scruss opened this issue · comments

Doesn't affect image conversion, but I get

DEPRECATED Action signature.  Must be `cli.ActionFunc`.  This is an error in the application.  Please contact the distributor of this application if this is not you.  See https://github.com/urfave/cli/blob/master/CHANGELOG.md#deprecated-cli-app-action-signature

at the end of every run.

Thanks. Seems like I'm using github.com/codegangsta/cli in an outdated way.

Actually I am vendoring an older version of the cli package. I moved it out of Godeps/_workspace/src and into the now-standard vendor dir. This should resolve the issue.