humanise: add package to print human-friendly errors

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
Sumner Evans
2024-11-25 17:05:48 -07:00
parent 6b6a6ba275
commit 4b5ae24a67
4 changed files with 1639 additions and 0 deletions
+1059
View File
File diff suppressed because it is too large Load Diff
+5
View File
@@ -0,0 +1,5 @@
// Package humanise turns things into human-readable strings.
package humanise
//go:generate go run ../../internal/gen
//go:generate goimports -w errors.go