feat(print) add Print, Printf, Fprint, and Fprintf functions

This commit is contained in:
2021-02-20 14:42:05 +00:00
parent 4ded03bd72
commit 5cae4bc420
5 changed files with 156 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/jimeh/undent
go 1.15
require github.com/stretchr/testify v1.6.1
require (
github.com/rhysd/go-fakeio v1.0.0
github.com/stretchr/testify v1.6.1
)