Notes added by 'git notes append'
This commit is contained in:
parent
8250d96976
commit
24bc12ac43
|
@ -658,3 +658,5 @@ type ForgeConfigGoPath []*ForgeConfig
|
||||||
func (a ForgeConfigGoPath) Len() int { return len(a) }
|
func (a ForgeConfigGoPath) Len() int { return len(a) }
|
||||||
func (a ForgeConfigGoPath) Less(i, j int) bool { return a[i].GoPath < a[j].GoPath }
|
func (a ForgeConfigGoPath) Less(i, j int) bool { return a[i].GoPath < a[j].GoPath }
|
||||||
func (a ForgeConfigGoPath) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
|
func (a ForgeConfigGoPath) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
|
||||||
|
|
||||||
|
// `autogen:patchset.find.pb.go`
|
||||||
|
|
Loading…
Reference in New Issue