🚚 Move Slug/Hash Generators to own file

This commit is contained in:
Dan Jones 2025-03-14 19:50:24 -05:00
commit 1d0f2238b3
7 changed files with 193 additions and 162 deletions

View file

@ -1,4 +1,4 @@
// Code generated by "stringer -type=HashType"; DO NOT EDIT.
// Code generated by "stringer -type=HashType -trimprefix=Hash"; DO NOT EDIT.
package nomino
@ -8,9 +8,9 @@ func _() {
// An "invalid array index" compiler error signifies that the constant values have changed.
// Re-run the stringer command to generate them again.
var x [1]struct{}
_ = x[MD5-1]
_ = x[SHA1-2]
_ = x[SHA256-3]
_ = x[HashMD5-1]
_ = x[HashSHA1-2]
_ = x[HashSHA256-3]
}
const _HashType_name = "MD5SHA1SHA256"