DROPME Just a formatting error to test ci/cd
Some checks failed
Validate the build / validate-build (push) Failing after 32s
Some checks failed
Validate the build / validate-build (push) Failing after 32s
This commit is contained in:
@ -7,7 +7,7 @@ import "encoding/hex"
|
||||
func DeHex(s string) []byte {
|
||||
decoded, err := hex.DecodeString(s)
|
||||
if err != nil {
|
||||
panic("invalid hex string")
|
||||
panic("invalid hex string")
|
||||
}
|
||||
return decoded
|
||||
}
|
||||
|
Reference in New Issue
Block a user