bcvery1 / tilepix

Library for combining tiled maps with pixel
MIT License
46 stars 14 forks source link

Make all tmx structs Stringers #33

Closed bcvery1 closed 5 years ago

bcvery1 commented 5 years ago

The Stringer interface has one function: String() string

Every struct in tmx.go should implement this interface to make logging cleaner