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

GamePkg should detect NewDelegate more robustly #703

Open jkomoros opened 6 years ago

jkomoros commented 6 years ago

Including that the delegate returned actually implements the given interface. https://github.com/golang/example/tree/master/gotypes

Originally captured in #648