From 0b69be3030b08bdb7d3975f630a48ef05b666192 Mon Sep 17 00:00:00 2001 From: Christopher Green Date: Wed, 28 May 2025 12:06:59 -0500 Subject: [PATCH] Add READMEs in Go directories --- Go/Complex Flow Examples/README.md | 2 ++ Go/README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 Go/Complex Flow Examples/README.md create mode 100644 Go/README.md diff --git a/Go/Complex Flow Examples/README.md b/Go/Complex Flow Examples/README.md new file mode 100644 index 00000000..591c504a --- /dev/null +++ b/Go/Complex Flow Examples/README.md @@ -0,0 +1,2 @@ +In this directory, you will find sample calls to complex workflows +presented in the Go programming language. diff --git a/Go/README.md b/Go/README.md new file mode 100644 index 00000000..b7ee1536 --- /dev/null +++ b/Go/README.md @@ -0,0 +1,2 @@ +In this directory, you will find sample calls to workflows +presented in the Go programming language.