We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2be286 commit 7b8eecbCopy full SHA for 7b8eecb
expfmt/expfmt.go
@@ -45,6 +45,7 @@ const (
45
46
// The Content-Type values for the different wire protocols. Do not do direct
47
// comparisons to these constants, instead use the comparison functions.
48
+ //
49
// Deprecated: Use expfmt.NewFormat(expfmt.TypeUnknown) instead.
50
FmtUnknown Format = `<unknown>`
51
// Deprecated: Use expfmt.NewFormat(expfmt.TypeTextPlain) instead.
0 commit comments