From 7dc568ae0b83e42c0c174a026979bd0aaeba809d Mon Sep 17 00:00:00 2001 From: Dave Shanley Date: Fri, 15 Jan 2021 07:36:07 -0500 Subject: [PATCH] Updated README, syncing content across repos. Signed-off-by: Dave Shanley --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02dd1d3..26719c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Transport +# Transport - Golang Transport is a full stack, simple, fast, expandable application event bus for your applications. @@ -12,7 +12,9 @@ It really comes to life when you use it to send messages, requests, responses an Channels can be extended to major brokers like Kafka or RabbitMQ, so Transport becomes an 'on/off-ramp' for your main sources of truth. -###[View Transport Documentation](https://vmware.github.io/transport) +### [View Transport Golang Documentation](https://vmware.github.io/transport/golang) + +#### [Transport Docs Repo](https://github.com/vmware/transport) ## Quick Start @@ -220,6 +222,8 @@ func usingGalacticChannels() { } ``` +### [Read More Golang Documentation](https://vmware.github.io/transport/golang) + ## Contributing The transport-typescript project team welcomes contributions from the community. Before you start working with transport-typescript, please