1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

pass: exclude tests on windows

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-05-29 11:33:00 +02:00
parent a51d46e82c
commit d0668939bb
+2
View File
@@ -1,3 +1,5 @@
//go:build !windows
package pass
import (