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

Use stub.FileContents for lib codegen as well #675

Open jkomoros opened 6 years ago

jkomoros commented 6 years ago

Factor it out from stub into a shared library

jkomoros commented 6 years ago

Also in build/api.Code() return value. That one was captured originally in #671

jkomoros commented 6 years ago

Also gamepkg.Write() could take a fileContents (that one should fail if ReadOnly is true). This one was originally captured in #694