We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d625f68 commit 9cbcd21Copy full SHA for 9cbcd21
3 files changed
pass/cmd/main.go
@@ -1,3 +1,5 @@
1
+//go:build unix
2
+
3
package main
4
5
import (
pass/pass.go
// Package pass implements a `pass` based credential helper. Passwords are stored
// as arguments to pass of the form: "$PASS_FOLDER/base64-url(serverURL)/username".
// We base64-url encode the serverURL, because under the hood pass uses files and
pass/pass_test.go
package pass
0 commit comments