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 codegen` should warn if wrong magic comment found #670

Open jkomoros opened 6 years ago

jkomoros commented 6 years ago

The magic comment is //boardgame:codegen, but it's reasonable for someone to accidentally put boardgame-util:codegen instead. If that happens and we notice it, we should print out a warning encouraging them to change it