From f98d5f3b7fd5b27aa869ddd6170e3403d36af280 Mon Sep 17 00:00:00 2001 From: Eli Polonsky Date: Tue, 17 Oct 2023 18:31:51 +0300 Subject: [PATCH] fix(website): malformed go code snippet (#1567) --- docs/get-started/go.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/get-started/go.md b/docs/get-started/go.md index b1a9edd15d..65a3d94838 100644 --- a/docs/get-started/go.md +++ b/docs/get-started/go.md @@ -130,6 +130,7 @@ func main() { app.Synth() } +``` A few things worth noting about this sample: