You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to control an aria2 daemon from go and I found your library.
I found it quite neat and I wanted to improve it (to improve my "go-writing" skills ^^).
I you want, I can make a PR to merge it into your library (it will break all compatibility) or we can let them live separately (You can see diff : master...oliverpool:master).
I did not implement the system.multicall RPC method yet (because it is quite complicated). But maybe I could implement it using a special Caller which could gather them and send them all at the same time.
The text was updated successfully, but these errors were encountered:
oliverpool
changed the title
Shall I make a Pull Request of my fork?
Should I make a Pull Request of my fork?
Jul 7, 2017
Wow, that seems like a rewrite of the package. But since I don't have enough time to look into your changes carefully, (and the compatibility issue) I think it better to let them live separately. It serves well in several of my personal projects.
Hi,
I need to control an aria2 daemon from go and I found your library.
I found it quite neat and I wanted to improve it (to improve my "go-writing" skills ^^).
I took the liberty of creating a fork and reorganizing it quite heavily : https://github.com/oliverpool/argo (I tried to make a nice godoc page, with a complete example : https://godoc.org/github.com/oliverpool/argo).
I you want, I can make a PR to merge it into your library (it will break all compatibility) or we can let them live separately (You can see diff : master...oliverpool:master).
I did not implement the
system.multicall
RPC method yet (because it is quite complicated). But maybe I could implement it using a specialCaller
which could gather them and send them all at the same time.The text was updated successfully, but these errors were encountered: