Skip to content

Commit 77c0347

Browse files
authored
Apply suggestions from code review
1 parent 0da0b89 commit 77c0347

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

ydb/docs/en/core/reference/ydb-sdk/coordination.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,11 @@ Coordination nodes are created in {{ ydb-short-name }} databases in the same nam
1010

1111
- Go
1212

13-
{% list tabs group=lang %}
14-
15-
- Go
16-
17-
```go
18-
err := db.Coordination().CreateNode(ctx,
19-
"/path/to/mynode",
20-
)
21-
```
22-
23-
{% endlist %}
13+
```go
14+
err := db.Coordination().CreateNode(ctx,
15+
"/path/to/mynode",
16+
)
17+
```
2418

2519
- C++
2620

0 commit comments

Comments
 (0)