1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Update structure.md

This commit is contained in:
Ginger Collison
2019-10-07 12:44:05 -05:00
committed by GitHub
parent da42115e02
commit d1222a2513

View File

@@ -4,7 +4,7 @@ Some client libraries provide helpers to send structured data while others depen
Take a simple _stock ticker_ that sends the symbol and price of each stock: Take a simple _stock ticker_ that sends the symbol and price of each stock:
!{% tabs %} {% tabs %}
{% tab title="Go" %} {% tab title="Go" %}
```go ```go
nc, err := nats.Connect("demo.nats.io") nc, err := nats.Connect("demo.nats.io")