meganz/sdk

[Question] Binding for GO Lang?

stormenergy91 opened this issue · 1 comments

Hi, do you have any plans to release a binding for the GO language?

Hi, If you only care about the download functionality I have made a CGO based wrapper over MegaSDK, here ,Its very basic and only exports the login and download stuff of SDK to golang, as these two are the only things I had required for my project. To make things even more simpler, I have wrapped it into an HTTP server daemon too so that it can be controlled over HTTP by any language that supports HTTP requests. That one is here