Add support for golang library
fireinrain opened this issue · 4 comments
fireinrain commented
As the title said, I can i use this lib in my personal project?
virtualzone commented
Hi @fireinrain , yes, according to the project’s MIT license.
fireinrain commented
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()
virtualzone commented
You can use the lib contained in the "sdk" folder.
fireinrain commented
You can use the lib contained in the "sdk" folder.
thanks, I get it.