We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324403b commit 47d4e61Copy full SHA for 47d4e61
3 files changed
pass/cmd/main.go
@@ -1,3 +1,6 @@
1
+//go:build linux || darwin
2
+// +build linux darwin
3
+
4
package main
5
6
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