jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

boardgame-util should warn when it's out of date #756

Open jkomoros opened 4 years ago

jkomoros commented 4 years ago

When you run boardgame-util, it should check to see if the boardgame-util package code is on the system, and if it is, see if the version number in it and the version in the active binary differ. If they do, it should warn the user to reinstall it via go install.

Similar in spirit to #632