Add link to examples directory.

This commit is contained in:
Mickael Remond 2019-06-18 15:01:21 +02:00
parent ddff6527bd
commit 00e9dd4e47
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

@ -13,9 +13,12 @@ The goal is to make simple to write simple XMPP clients and components:
The library is designed to have minimal dependencies. For now, the library does not depend on any other library. The library is designed to have minimal dependencies. For now, the library does not depend on any other library.
## Example ## Examples
Here is a demo "echo" client: We have several [examples](https://github.com/FluuxIO/go-xmpp/tree/master/_examples) to help you get started using
Fluux XMPP library.
Here is the demo "echo" client:
```go ```go
package main package main