add link to example implementation

This commit is contained in:
Chris Dostert 2018-01-27 06:56:01 -08:00 committed by GitHub
parent c9eddef068
commit f50cbd5d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,4 +77,4 @@ And thats it, you have a libp2p host and you're ready to start doing some awesom
In future guides we will go over ways to use hosts, configure them differently (hint: there are a huge number of ways to set these up), and interesting ways to apply this technology to various applications you might want to build.
To see this code all put together, take a look at the `host.go` file in this directory.
To see this code all put together, take a look at [host.go](host.go).