Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Updated README, syncing content across repos.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Shanley <[email protected]>
  • Loading branch information
daveshanley committed Jan 15, 2021
1 parent 55189d5 commit 7dc568a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Transport
# Transport - Golang

Transport is a full stack, simple, fast, expandable application event bus for your applications.

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7dc568a

Please sign in to comment.