summaryrefslogtreecommitdiffstats
path: root/yubicrypt.go
diff options
context:
space:
mode:
authorGab Virebent <gabriel1@virebent.art>2026-07-13 00:40:19 +0200
committerGab Virebent <gabriel1@virebent.art>2026-07-13 00:40:19 +0200
commit5fa37b6b395981799924ecf0e432e45998169225 (patch)
tree76e5a3d6ee04eefc5189510e6b993271386a9563 /yubicrypt.go
parentc69a9d6af8aec07cc22ac15228a4b99825ac19c7 (diff)
downloadyubicrpt-cli-5fa37b6b395981799924ecf0e432e45998169225.tar.gz
yubicrpt-cli-5fa37b6b395981799924ecf0e432e45998169225.tar.xz
yubicrpt-cli-5fa37b6b395981799924ecf0e432e45998169225.zip
Add CLI-first yubicrypt buildHEADmain
Diffstat (limited to 'yubicrypt.go')
-rw-r--r--yubicrypt.go5
1 files changed, 4 insertions, 1 deletions
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"