An IPFS implementation in Go
Go to file
Steven Allen e76ecd3038 nit: return concrete types
This is generally considered the "better" way to do things in go. It also allows
us to expose functions like `request` at some point without changing the API
interface itself.


This commit was moved from ipfs/go-ipfs-http-client@524e5d82e6
2019-03-29 13:38:28 +00:00
client/httpapi nit: return concrete types 2019-03-29 13:38:28 +00:00