DROPME Just a formatting error to test ci/cd
Some checks failed
Validate the build / validate-build (push) Failing after 32s

This commit is contained in:
2025-05-20 22:36:46 +02:00
parent 5f450e206f
commit 15bbbbda61

View File

@ -7,7 +7,7 @@ import "encoding/hex"
func DeHex(s string) []byte { func DeHex(s string) []byte {
decoded, err := hex.DecodeString(s) decoded, err := hex.DecodeString(s)
if err != nil { if err != nil {
panic("invalid hex string") panic("invalid hex string")
} }
return decoded return decoded
} }