Notes added by 'git notes append'

This commit is contained in:
Jeff Carr 2025-01-11 06:17:21 -06:00
parent 8250d96976
commit 24bc12ac43
1 changed files with 2 additions and 0 deletions

View File

@ -658,3 +658,5 @@ type ForgeConfigGoPath []*ForgeConfig
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) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
// `autogen:patchset.find.pb.go`