From d1222a25131eb74844f290ec585c47bcf9abec48 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 7 Oct 2019 12:44:05 -0500 Subject: [PATCH] Update structure.md --- developing-with-nats/intro-4/structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developing-with-nats/intro-4/structure.md b/developing-with-nats/intro-4/structure.md index 5c3b636..329720f 100644 --- a/developing-with-nats/intro-4/structure.md +++ b/developing-with-nats/intro-4/structure.md @@ -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")