Notes added by 'git notes append'
This commit is contained in:
parent
49be24d00c
commit
d64d3234d4
|
@ -1171,3 +1171,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