Bump reva

This commit is contained in:
André Duffeck
2026-02-16 10:53:20 +01:00
parent e698a35aef
commit 97da8655b7
39 changed files with 2472 additions and 1769 deletions
+1
View File
@@ -45,6 +45,7 @@ const (
// The Content-Type values for the different wire protocols. Do not do direct
// comparisons to these constants, instead use the comparison functions.
//
// Deprecated: Use expfmt.NewFormat(expfmt.TypeUnknown) instead.
FmtUnknown Format = `<unknown>`
// Deprecated: Use expfmt.NewFormat(expfmt.TypeTextPlain) instead.
-1
View File
@@ -13,7 +13,6 @@
// Build only when actually fuzzing
//go:build gofuzz
// +build gofuzz
package expfmt