We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870bc0e commit d2ec08cCopy full SHA for d2ec08c
types/utils.go
@@ -77,7 +77,7 @@ func ParseTimeBytes(bz []byte) (time.Time, error) {
77
}
78
79
// Parses an encoded type using FormatTimeKey back into a time.Time
80
-func ParseTime(T any) (time.Time, error) {
+func ParseTime(T any) (time.Time, error) { //nolint:gocritic
81
var (
82
result time.Time
83
err error
0 commit comments