From d9f6ea57e988c7590099cc0455d5a355e3f6ed1b Mon Sep 17 00:00:00 2001 From: Martin Strobel Date: Mon, 22 Oct 2018 17:07:33 -0700 Subject: [PATCH] formatting --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index c848775..10f7ab4 100644 --- a/doc.go +++ b/doc.go @@ -9,7 +9,7 @@ // // myDir := collection.Directory{ // Location: "./", -// } +// } // // results := myDir.Enumerate(nil).Where(func(x interface{}) bool { // return strings.HasSuffix(x.(string), ".go")