go-tus
go-tus copied to clipboard
Incorrect spelling of "Chunk"
In a handful of places the word "chunk" is spelled Chunck
, which makes for an awkward public API call of uploader.UploadChunck
.
It would be annoying to fix since its a breaking change, but it might still be nice to do so. Maybe if you didn't want to make a breaking API change you could just redirect the existing public functions that are spelled incorrectly and mark them as deprecated?
@mrosales can you send a PR for that?