From c550db2a54c27bb9a9c29389e631afd2f973cb4a Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 23 Aug 2026 22:59:51 +0100 Subject: [PATCH 1/2] Add integration testing note to README Added a note about the repository's purpose for integration testing. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88aa3ed2..0f7a1cc1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Go example projects +*** This repo is used for integration testing *** + [![Go Reference](https://pkg.go.dev/badge/golang.org/x/example.svg)](https://pkg.go.dev/golang.org/x/example) This repository contains a collection of Go programs and libraries that From 836316fb9f78bd748f270846fd2066e3dea155ae Mon Sep 17 00:00:00 2001 From: Mikhail Date: Sun, 23 Aug 2026 23:01:06 +0100 Subject: [PATCH 2/2] Fix formatting of integration testing note in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7a1cc1..2fd774e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Go example projects -*** This repo is used for integration testing *** +**This repo is used for integration testing** [![Go Reference](https://pkg.go.dev/badge/golang.org/x/example.svg)](https://pkg.go.dev/golang.org/x/example)