mirror of
https://github.com/gopasspw/gopass.git
synced 2026-06-07 15:37:42 +02:00
71861e4a8b
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
8 lines
78 B
Go
8 lines
78 B
Go
//go:build windows
|
|
|
|
package gitfs
|
|
|
|
func gitSSHCommand() string {
|
|
return ""
|
|
}
|