From e54782ae99a4d1e2d57c8efd97ded33533012b35 Mon Sep 17 00:00:00 2001 From: Jan Halfar Date: Thu, 17 Feb 2022 09:27:54 +0100 Subject: [PATCH] docs: add new feature for nil maps --- foomo/docs/backend/go-by-example/nil-maps.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 foomo/docs/backend/go-by-example/nil-maps.mdx diff --git a/foomo/docs/backend/go-by-example/nil-maps.mdx b/foomo/docs/backend/go-by-example/nil-maps.mdx new file mode 100644 index 0000000..569198c --- /dev/null +++ b/foomo/docs/backend/go-by-example/nil-maps.mdx @@ -0,0 +1,12 @@ +import { GoPlayground } from '../../../src/components/GoPlayground'; + +# what you should now about nil maps + + + + + +