updates to README
This commit is contained in:
parent
e7bbc166c3
commit
45fda65ede
@ -42,11 +42,12 @@ All functions return a predefinied error type, and it is highly recommended thes
|
|||||||
## Context support
|
## Context support
|
||||||
|
|
||||||
All calls into this library support go's `context` functionality.
|
All calls into this library support go's `context` functionality.
|
||||||
Therefore, blocking calls can time out according to the callee's needs, and the returned error should be checked to see if a timeout occurred (`ErrExecTimeout`).
|
Therefore, blocking calls can time out according to the caller's needs, and the returned error should be checked to see if a timeout occurred (`ErrExecTimeout`).
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [ ] Set up `go test` testing
|
- [ ] Set up `go test` testing
|
||||||
|
- [ ] Document each function using `godoc` standards
|
||||||
|
|
||||||
## Simple example
|
## Simple example
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user