File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
fern/products/sdks/overview/go Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Generate a Go SDK by following the instructions on this page.
3434 groups :
3535 local :
3636 generators :
37- - name : fernapi/fern-typescript-node- sdk
37+ - name : fernapi/fern-typescript-sdk
3838 output :
3939 location : local-file-system
4040 path : ../sdks/typescript
@@ -44,7 +44,7 @@ Generate a Go SDK by following the instructions on this page.
4444 ` ` `
4545
4646 <Note>` fern init` creates a default configuration that includes the
47- TypeScript Node SDK generator. The `local` group containing this
47+ TypeScript SDK generator. The `local` group containing this
4848 generator only generates if you run fern generate without specifying a
4949 group, or if you explicitly target it with `fern generate --group
5050 local`. In subsequent steps, you'll add an additional generator for your
@@ -81,11 +81,7 @@ This command adds the following to `generators.yml`:
8181fern/ # created in step 1
8282sdks/ # created by fern generate --group sdk
8383├─ go
84- ├─ __init__.py
85- ├─ client.py
8684 ├─ core/
87- └─ imdb/ # or the name of your API
88- ├─ errors/
89- └─ types/
85+ └─ resources/
9086` ` `
9187</Steps>
You can’t perform that action at this time.
0 commit comments