psanford / wormhole-william

End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
MIT License
1.08k stars 55 forks source link

Small code fixes throughout the codebase #15

Closed Jacalz closed 4 years ago

Jacalz commented 4 years ago

This PR does two things:

  1. There seems to be some incorrect wording using "nameplace" instead of "nameplate". I corrected it.
  2. It adds a lot of changes for issues reported by staticcheck. Removing unused stuff and keeping error strings non capitalized to stick with standard Go procedures.
psanford commented 4 years ago

Thanks for the pr!