From c3f0b9ddfd6b66425f66e0d9bfcf7f95c167514d Mon Sep 17 00:00:00 2001 From: cyl Date: Sun, 12 Apr 2026 12:09:55 +0800 Subject: [PATCH 1/2] first --- internal/devtools/examples-updater/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/devtools/examples-updater/main.go b/internal/devtools/examples-updater/main.go index 50b1a0720..8263b10ee 100644 --- a/internal/devtools/examples-updater/main.go +++ b/internal/devtools/examples-updater/main.go @@ -43,6 +43,7 @@ func main() { func updateExamples(newVersion string, dryRun bool) error { // Find all go.mod files in examples directory + // this is a test text modFiles, err := findGoModFiles("examples") if err != nil { return fmt.Errorf("failed to find go.mod files: %w", err) From 0ab7b1a2ea07f6e5ca383ddb444b871f93eca395 Mon Sep 17 00:00:00 2001 From: cyl Date: Sun, 12 Apr 2026 12:11:05 +0800 Subject: [PATCH 2/2] second --- internal/devtools/examples-updater/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/devtools/examples-updater/main.go b/internal/devtools/examples-updater/main.go index 8263b10ee..59ef028ae 100644 --- a/internal/devtools/examples-updater/main.go +++ b/internal/devtools/examples-updater/main.go @@ -44,6 +44,7 @@ func main() { func updateExamples(newVersion string, dryRun bool) error { // Find all go.mod files in examples directory // this is a test text + // this is a test text too. modFiles, err := findGoModFiles("examples") if err != nil { return fmt.Errorf("failed to find go.mod files: %w", err)