From 91d058acc7cc9a8f7ce8c6d9502677ccba6467e9 Mon Sep 17 00:00:00 2001 From: ParthaI Date: Fri, 15 Mar 2024 12:45:46 +0530 Subject: [PATCH] Added the README.md file --- examples/account/accountv1/get/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/account/accountv1/get/README.md diff --git a/examples/account/accountv1/get/README.md b/examples/account/accountv1/get/README.md new file mode 100644 index 0000000..f8aee88 --- /dev/null +++ b/examples/account/accountv1/get/README.md @@ -0,0 +1,8 @@ + +# Get Account example + +This example demonstrates how to retrieve an account. + +Example: + +```go run main.go``` \ No newline at end of file