virtualzone/onedrive-uploader

Add support for golang library

fireinrain opened this issue · 4 comments

As the title said, I can i use this lib in my personal project?

Hi @fireinrain , yes, according to the project’s MIT license.

Hi @fireinrain , yes, according to the project’s MIT license.

I mean Is there a way to use this lib in other golang project as a golang library.
does I need wrap with this in exec.Command(“onedrive-uploader”,"other args")
or I can use import onedrive-uploader and xxx.uploadfile()

You can use the lib contained in the "sdk" folder.

You can use the lib contained in the "sdk" folder.

thanks, I get it.