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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
!{% tabs %}
{% tabs %}
{% tab title="Go" %}
```go
nc, err := nats.Connect("demo.nats.io")