diff options
| author | Jeff Carr <[email protected]> | 2025-10-14 06:18:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-14 06:33:14 -0500 |
| commit | 37e10c58d67cb1abb15c2f345f4e6800ab7065b2 (patch) | |
| tree | e5676c7c5bc20c09dce2c31a72fc01174175da02 /structs.go | |
| parent | a7d9ba18a64d53010c08285c14804c07b4e8c8fb (diff) | |
hammering it into form
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( // --- Configuration --- // !!! IMPORTANT: Set your GPG Key ID here! // Find it with: gpg --list-secret-keys --keyid-format=long -const gpgKeyID = "5D7C9BE47836D2FA48F83C2B4A854AEAF7E0E16D" +// const gpgKeyID = "5D7C9BE47836D2FA48F83C2B4A854AEAF7E0E16D" const dist = "sid" const component = "main" |
