background code checker for golang

docs: update usage

+7 -2
+7 -2
readme.md
··· 8 8 9 9 - useful error reporting: errors can be expanded/contracted, 10 10 they are sorted by priority, natively paged etc. 11 - - good defaults: replacing `go [build|run|test]` commands 12 - with `gust` should be enough to get live-reload 11 + - good defaults: replacing `go ...` commands 12 + with `gust ...` should be enough to get started 13 13 - highly configurable UI, commands, keybinds etc. 14 14 15 15 ## gallery ··· 20 20 21 21 ![scrot3](https://cdn.oppi.li/keg.png) 22 22 23 + 24 + ## todo 25 + 26 + - support for `go test` 27 + - live config reload