Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable secretservice on non-linux systems #228

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thaJeztah
Copy link
Member

There is nothing linux specific about secretservice. I was able to
build it on openbsd with this change.

There is nothing linux specific about secretservice. I was able to
build it on openbsd with this change.

Signed-off-by: Rafael Ávila de Espíndola <rafael@espindo.la>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter
Copy link

Codecov Report

Merging #228 (1249202) into master (6627597) will decrease coverage by 11.45%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #228       +/-   ##
===========================================
- Coverage   51.13%   39.68%   -11.46%     
===========================================
  Files           9        7        -2     
  Lines         659      441      -218     
===========================================
- Hits          337      175      -162     
+ Misses        286      246       -40     
+ Partials       36       20       -16     
Impacted Files Coverage Δ
secretservice/secretservice.go 0.00% <ø> (ø)
wincred/wincred_windows.go
osxkeychain/osxkeychain_darwin.go

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@thaJeztah
Copy link
Member Author

Yup; already thought this would need some more changes; probably needs to have a _unix.go suffix, and excluded on windows/mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants