Skip to content

Commit 8bd92a6

Browse files
authored
Cleanup format info from comments (#11)
Format has been removed as an option, so removing the remaining traces from the codebase.
1 parent 1f6d247 commit 8bd92a6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hashstructure.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ type HashOptions struct {
4848
// concurrently. None of the values within a *HashOptions struct are
4949
// safe to read/write while hashing is being done.
5050
//
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-
//
5651
// Notes on the value:
5752
//
5853
// - Unexported fields on structs are ignored and do not affect the

0 commit comments

Comments
 (0)