gsterjov / go-libsecret

A native go library that manages secrets via the freedesktop.org Secret Service DBus API
MIT License
14 stars 9 forks source link

consider gofmt'ing the project #2

Open joemiller opened 5 years ago

joemiller commented 5 years ago

the project is not gofmt'd which makes it tricky to work with the codebase if you use format-on-save with your editor. It would be nice if the project was gofmt'd.

I'd be happy to submit a PR for this. It's just that it would look like I'm modifying the entire project so it would be a "big" PR =)

johnnybubonic commented 2 years ago

Hello-

I have forked this library as r00t2.io/gosecret (GitHub mirror as github.com/johnnybubonic/gosecret) and rewritten it (I maintain two branches; v0 for backwards-compat and v1 and onwards for a much-improved API). Among such improvements are:

Please feel free to let me know if it serves your purposes better.