From aad68d9336fa0539e825363a913f3eb9b41ad16a Mon Sep 17 00:00:00 2001 From: Jan Halfar Date: Fri, 14 Jan 2022 17:55:45 +0100 Subject: [PATCH] feat: go by example added --- foomo/docs/backend/go-by-example/ranging.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 foomo/docs/backend/go-by-example/ranging.mdx diff --git a/foomo/docs/backend/go-by-example/ranging.mdx b/foomo/docs/backend/go-by-example/ranging.mdx new file mode 100644 index 0000000..afb6781 --- /dev/null +++ b/foomo/docs/backend/go-by-example/ranging.mdx @@ -0,0 +1,8 @@ +import { GoPlayground } from '../../../src/components/GoPlayground'; +# ranging and looping + + +