We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f0c5a commit 11232f9Copy full SHA for 11232f9
pkg/cmd/gocache/wire/wire.go
@@ -60,12 +60,7 @@ type ProgRequest struct {
60
// BodySize is the number of bytes of Body. If zero, the body isn't written.
61
BodySize int64 `json:",omitempty"`
62
63
- // ObjectID is the accidental spelling of OutputID that was used prior to Go
64
- // 1.24.
65
- //
66
- // Deprecated: use OutputID. This field is only populated temporarily for
67
- // backwards compatibility with Go 1.23 and earlier when
68
- // GOEXPERIMENT=gocacheprog is set. It will be removed in Go 1.25.
+ // ObjectID is the accidental spelling of OutputID that was used prior to Go 1.24.
69
ObjectID []byte `json:",omitempty"`
70
}
71
0 commit comments