diff options
| author | Gab Virebent <gabriel1@virebent.art> | 2026-07-13 00:40:19 +0200 |
|---|---|---|
| committer | Gab Virebent <gabriel1@virebent.art> | 2026-07-13 00:40:19 +0200 |
| commit | 5fa37b6b395981799924ecf0e432e45998169225 (patch) | |
| tree | 76e5a3d6ee04eefc5189510e6b993271386a9563 /yubicrypt.go | |
| parent | c69a9d6af8aec07cc22ac15228a4b99825ac19c7 (diff) | |
| download | yubicrpt-cli-main.tar.gz yubicrpt-cli-main.tar.xz yubicrpt-cli-main.zip | |
Diffstat (limited to 'yubicrypt.go')
| -rw-r--r-- | yubicrypt.go | 5 |
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"
|
