Skip to content

Commit 5642478

Browse files
committed
update go page
1 parent 6f7db0d commit 5642478

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

fern/products/sdks/overview/go/quickstart.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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`:
8181
fern/ # created in step 1
8282
sdks/ # 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>

0 commit comments

Comments
 (0)