humanise: add package to print human-friendly errors
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
Executable
+1059
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
Reference in New Issue
Block a user