From a0a95786096dc07753a5f2845398d53ff18bbec7 Mon Sep 17 00:00:00 2001 From: Leah Tucker Date: Wed, 27 Sep 2023 09:43:43 -0600 Subject: [PATCH] update: code format --- docs/get-started/go.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/get-started/go.md b/docs/get-started/go.md index 350d16d62f..cc16a74ef0 100644 --- a/docs/get-started/go.md +++ b/docs/get-started/go.md @@ -80,7 +80,9 @@ replace example.com/cdk8s-golang/imports/k8s => ./imports/k8s ``` ### Copy the code sample + 1. Copy and paste the following code sample into the existing `main.go` file of your project. + ```typescript package main