feat(undent): add initial implementation of String, Stringf, and Bytes

This commit is contained in:
2020-11-26 02:48:17 +00:00
parent 7228fc7247
commit 6cdaf8a476
10 changed files with 812 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/jimeh/undent
go 1.15
require github.com/stretchr/testify v1.6.1