]> git.lizzy.rs Git - go-anidb.git/commit
udpapi: Return pointers to reply structs
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>
Sun, 14 Jul 2013 17:38:24 +0000 (14:38 -0300)
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>
Sun, 14 Jul 2013 17:41:00 +0000 (14:41 -0300)
commit63ae2529864ad391fdf952a507391c9f95c29958
tree5d2a6e73a3386754af2194e3e9271f8e10c59ab5
parenteb14c7e6a7850f806c87301d94010ce51dab550f
udpapi: Return pointers to reply structs

Keeps the reply structs convertible to APIReply. Also change the gob
registrations to use the pointer types.
udp/misc.go
udp/reply.go