From a1fecb43ee1e64188b67b29c46d0b4b5bd218ad0 Mon Sep 17 00:00:00 2001 From: Tristan Horn Date: Fri, 19 May 2023 12:00:17 -0700 Subject: [PATCH] rename kr/pretty.go -> kr/pretty --- Projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects.md b/Projects.md index ff80aba3..4e16388a 100644 --- a/Projects.md +++ b/Projects.md @@ -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.