# README
Go CF Message Bus
This repository contains the source code for the Go implementation of a message bus wrapper for Cloud Foundry components.
Goal
- Abstract the actual message bus implementation away from the internals of the rest of the codebase.
- Allow changing the message bus being used without needing to rewrite the rest of the Go components.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
MyError is an error implementation that includes a time and message.