You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/go-sdk-docs/_index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ cascade:
15
15
A client library to help build Dapr applications in Go. This client supports all public Dapr APIs while focusing on idiomatic Go experiences and developer productivity.
16
16
17
17
{{< cardpane >}}
18
-
{{< card title="**Client**">}}
18
+
{{% card title="**Client**"%}}
19
19
Use the Go Client SDK for invoking public Dapr APIs
20
20
21
21
[**Learn more about the Go Client SDK**]({{% ref go-client %}})
22
-
{{< /card >}}
23
-
{{< card title="**Service**">}}
22
+
{{% /card %}}
23
+
{{% card title="**Service**"%}}
24
24
Use the Dapr Service (Callback) SDK for Go to create services that will be invoked by Dapr.
25
25
26
26
[**Learn more about the Go Service (Callback) SDK**]({{% ref go-service %}})
0 commit comments