From 5fa37b6b395981799924ecf0e432e45998169225 Mon Sep 17 00:00:00 2001 From: Gab Virebent Date: Mon, 13 Jul 2026 00:40:19 +0200 Subject: Add CLI-first yubicrypt build --- yubicrypt.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'yubicrypt.go') diff --git a/yubicrypt.go b/yubicrypt.go index f614750..abc0c74 100644 --- a/yubicrypt.go +++ b/yubicrypt.go @@ -1,4 +1,7 @@ -package main +//go:build gui +// +build gui + +package main import ( "crypto" -- cgit v1.2.3