From ad44d95369e615f8d3c4926eec1a92069cb04d1b Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Sun, 18 Mar 2018 21:07:52 +0100 Subject: [PATCH] add example link to the readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc54cbc..13e38ce 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,8 @@ Event bus for testing concurrent Go programs. SyncBus provides a synchronization hook that can be used by multiple goroutines in Go tests to ensure and verify the right order of execution of testing and production code. -Please, find the documentation here: +Find the documentation here: [https://godoc.org/github.com/aryszka/syncbus](https://godoc.org/github.com/aryszka/syncbus). + +Find an example here: +[http://localhost:8989/pkg/github.com/aryszka/syncbus/#example_](http://localhost:8989/pkg/github.com/aryszka/syncbus/#example_).