]> git.lizzy.rs Git - go-anidb.git/commit
anidb: fix ed2k caching
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>
Mon, 15 Jul 2013 03:22:20 +0000 (00:22 -0300)
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>
Mon, 15 Jul 2013 03:22:20 +0000 (00:22 -0300)
commitd39c7d9d82e1ed9c28bab4bf2f8af127240a1ee6
tree141414401dda0e19dff1f0032a933887466e3b27
parent0bc77cf488a82efdfeae80552818472748d69cda
anidb: fix ed2k caching

Don't embed time.Time in the cache struct -- time.Time has its own
GobEncode and GobDecode methods, and we don't want them to be used.
filecache.go