diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-23 21:19:00 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-23 21:19:00 -0700 |
| commit | 9a08b03b83ff28a26b0c20ccebc178df29cf7312 (patch) | |
| tree | ca2d39e668737634f1165be2c8942fc6aa124f30 /encryptionalg_string.go | |
| parent | 3c2c07a69daf75d377ba196c28524c0fc6a16db6 (diff) | |
| download | sym-9a08b03b83ff28a26b0c20ccebc178df29cf7312.tar.zst | |
Use one binary with subcommands
Diffstat (limited to 'encryptionalg_string.go')
| -rw-r--r-- | encryptionalg_string.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/encryptionalg_string.go b/encryptionalg_string.go index b7384ee..9860f20 100644 --- a/encryptionalg_string.go +++ b/encryptionalg_string.go @@ -1,6 +1,6 @@ // Code generated by "stringer -type=encryptionAlg -linecomment"; DO NOT EDIT. -package sym +package main import "strconv" |
