Notes added by 'git notes append'
This commit is contained in:
parent
149aaa70c5
commit
c0d729d3ff
|
@ -728,3 +728,5 @@ func (v *GoDeps) Marshal() ([]byte, error) {
|
||||||
func (v *GoDeps) Unmarshal(data []byte) error {
|
func (v *GoDeps) Unmarshal(data []byte) error {
|
||||||
return proto.Unmarshal(data, v)
|
return proto.Unmarshal(data, v)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:goDep.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue