File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
fern/products/sdks/overview/go Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -39,19 +39,19 @@ you'll have a versioned package published on Pkgsite.
3939
4040 Once the command completes, you'll see a new group created in your ` generators.yml ` :
4141
42- ``` yaml {2-11}
43- groups:
44- go-sdk:
45- generators :
46- - name : fernapi/fern-go-sdk
47- version : <Markdown src="/snippets/version-number.mdx"/>
48- output :
49- location : local-file-system
50- path : ../sdks/go
51- config :
52- module :
53- path : sdk
54- ` ` `
42+ ``` yaml {2-11}
43+ groups :
44+ go-sdk :
45+ generators :
46+ - name : fernapi/fern-go-sdk
47+ version : <Markdown src="/snippets/version-number.mdx"/>
48+ output :
49+ location : local-file-system
50+ path : ../sdks/go
51+ config :
52+ module :
53+ path : sdk
54+ ` ` `
5555
5656 </Step>
5757
You can’t perform that action at this time.
0 commit comments