rename kr/pretty.go -> kr/pretty

Tristan Horn 2023-05-19 12:00:17 -07:00
parent df5cb42963
commit a1fecb43ee

@ -1626,7 +1626,7 @@ See also [[SQLDrivers page|SQLDrivers]].
* [pigeon](https://github.com/mna/pigeon) - Parsing Expression Grammar (PEG) Parser generator for Go
* [plural](https://github.com/rickb777/plural) - No-fuss plurals for formatting both countable and continuous ranges of values.
* [polyglot](https://github.com/lxn/polyglot) - String translation utilities for Go
* [pretty.go](https://github.com/kr/pretty.go) - Pretty-printing for go values
* [pretty](https://github.com/kr/pretty) - Pretty-printing for go values
* [raymond](https://github.com/aymerick/raymond) - A complete handlebars implementation in Go.
* [rubex](https://github.com/moovweb/rubex) - A simple regular expression library that supports Ruby's regex syntax. It is faster than Regexp.
* [sanitize](https://github.com/kennygrant/sanitize) - Package sanitize provides functions for sanitizing html and text.