update README

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
development
kim (grufwub) 4 years ago
parent 4e7e28dba7
commit e0742bbb1b

@ -15,8 +15,6 @@ NOTE:
- Built with security, concurrency and efficiency in mind
- ZERO external dependencies (aside from my own small libraries)
- LRU file caching with user-controlled cache size, max cached file size,
refresh frequency and max file age before being marked as stale
@ -38,6 +36,9 @@ NOTE:
reliant on a version of Go that has latest POSIX syscall fixes cherry
picked, e.g. [my fork](https://github.com/grufwub/go/tree/go1.15.5-posix-syscall-fix))
- Only 1 external dependency, `go-toml` brought in by my own `go-config`
library
# Further Docs
[Usage](docs/USAGE.md)

Loading…
Cancel
Save