We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f3810 commit 8ebb2b5Copy full SHA for 8ebb2b5
pkg/push/types.go
@@ -571,8 +571,6 @@ func (m *Entry) Unmarshal(dAtA []byte) error {
571
}
572
573
// Unmarshal a LabelAdapter, implements proto.Unmarshaller.
574
-// NB this is a copy of the autogenerated code to unmarshal a LabelPair,
575
-// with the byte copying replaced with a yoloString.
576
func (m *LabelAdapter) Unmarshal(dAtA []byte) error {
577
l := len(dAtA)
578
iNdEx := 0
0 commit comments