We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ce3ba commit 03ad1d5Copy full SHA for 03ad1d5
fern/products/sdks/overview/go/configuration.mdx
@@ -5,7 +5,7 @@ description: Configuration options for the Fern Go SDK.
5
6
You can customize the behavior of the Go SDK generator in `generators.yml`:
7
8
-```yaml {7-8}
+```yaml {7-8} title="generators.yml"
9
default-group: local
10
groups:
11
local:
@@ -45,7 +45,7 @@ Use this option if you plan to depend on the generated Go SDK from within your p
45
You can generate the Go SDK code into a `gen/go/api` package with the following `generators.yml`
46
configuration:
47
48
-```yaml {7-8} title="generators.yml"
+```yaml {7-8}
49
50
51
0 commit comments