]> git.lizzy.rs Git - go-anidb.git/commit
misc: Implement json.Marshaler/Unmarshaler in EpisodeList
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>
Thu, 25 Jul 2013 22:21:50 +0000 (19:21 -0300)
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>
Thu, 25 Jul 2013 22:21:50 +0000 (19:21 -0300)
commit6accd34da4a57a8f61a4abf009eed8540044e3ac
treedf4f2b3c19924a080d2ec39267081af8fc504a05
parent77bd19cb3ffc00af0c73186674403be99641c212
misc: Implement json.Marshaler/Unmarshaler in EpisodeList

Makes for nicer JSON dumps with anidb-like lists instead of unnecessarily
exposing all the internals.
misc/episodelist.go