in-progress commit for hash functionality extension

This commit is contained in:
2022-10-11 13:21:12 -07:00
parent 5c6cb8e0c9
commit 50823c20b8
5 changed files with 62 additions and 9 deletions

View File

@@ -5,9 +5,7 @@ import (
)
func TestHashBytes(t *testing.T) {
testBytes := []struct {
runAsUser bool
}{}
testBytes := []struct{}{}
_ = testBytes
}