From 0726e80392ccc8e923518fc9e37d61a430916f33 Mon Sep 17 00:00:00 2001 From: Alia Aamir Date: Mon, 10 Aug 2026 15:18:58 -0400 Subject: [PATCH] docs(examples): move go-account docs to co-located README Move examples/docs/go-account-workflows.md to examples/ts/go-account/README.md to be consistent with other examples in the repo and improve discoverability. References: CAAS-2357 --- .../{docs/go-account-workflows.md => ts/go-account/README.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename examples/{docs/go-account-workflows.md => ts/go-account/README.md} (100%) diff --git a/examples/docs/go-account-workflows.md b/examples/ts/go-account/README.md similarity index 100% rename from examples/docs/go-account-workflows.md rename to examples/ts/go-account/README.md