We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da0b89 commit 77c0347Copy full SHA for 77c0347
ydb/docs/en/core/reference/ydb-sdk/coordination.md
@@ -10,17 +10,11 @@ Coordination nodes are created in {{ ydb-short-name }} databases in the same nam
10
11
- Go
12
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 %}
+ ```go
+ err := db.Coordination().CreateNode(ctx,
+ "/path/to/mynode",
+ )
+ ```
24
25
- C++
26
0 commit comments