passbolt / go-passbolt-cli

A CLI tool to interact with Passbolt, a Open source Password Manager for Teams
https://passbolt.com
MIT License
63 stars 14 forks source link

Fix spelling mistakes in the code #30

Closed lenforiee closed 1 year ago

lenforiee commented 1 year ago

Hey, this PR is continuation to https://github.com/passbolt/go-passbolt/pull/17, it fixes all spelling mistakes that I found on Go Report Card as well as making the code works with my go-passbolt PR.

Thanks 👍

speatzle commented 1 year ago

Hi, Thanks again.

Can you update go-passbolt to v0.6.0 in this PR? Currently without a go.work or a replace directive this will not compile due to the Name Changes.

lenforiee commented 1 year ago

done!