fixed code format

This commit is contained in:
Josh Baker 2017-11-08 17:16:28 -07:00 committed by GitHub
parent f416191b31
commit 08622c142f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 8 deletions

View File

@ -180,8 +180,6 @@ events.Data = func(id int, in []byte) (out []byte, action evio.Action) {
}
```
### Data translations
The `Translate` function wraps events and provides a `ReadWriter` that can be used to translate data off the wire from one format to another. This can be useful for transparently adding compression or encryption.