Notes added by 'git notes append'
This commit is contained in:
parent
b19c53eca8
commit
ac206aa27e
|
@ -1612,3 +1612,5 @@ func (x *GoDeps) AppendByGoPath(y *GoDep) bool {
|
||||||
x.GoDeps = append(x.GoDeps, y)
|
x.GoDeps = append(x.GoDeps, y)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// `autogen:repo.marshal.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue