From 24bc12ac43c88d882dde1845d7a12d48d5208ad7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 11 Jan 2025 06:17:21 -0600 Subject: [PATCH] Notes added by 'git notes append' --- ed92f1d99dd3f5cdcc9fbae396def94e8634940a | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ed92f1d99dd3f5cdcc9fbae396def94e8634940a b/ed92f1d99dd3f5cdcc9fbae396def94e8634940a index 12edff8..8043cf0 100644 --- a/ed92f1d99dd3f5cdcc9fbae396def94e8634940a +++ b/ed92f1d99dd3f5cdcc9fbae396def94e8634940a @@ -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`