We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6d247 commit 8bd92a6Copy full SHA for 8bd92a6
hashstructure.go
@@ -48,11 +48,6 @@ type HashOptions struct {
48
// concurrently. None of the values within a *HashOptions struct are
49
// safe to read/write while hashing is being done.
50
//
51
-// The "format" is required and must be one of the format values defined
52
-// by this library. You should probably just use "FormatV2". This allows
53
-// generated hashes uses alternate logic to maintain compatibility with
54
-// older versions.
55
-//
56
// Notes on the value:
57
58
// - Unexported fields on structs are ignored and do not affect the
0 commit comments