From 56adb5be3ad26a0045ea6c6a6d24dafdff15ba1c Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Wed, 7 Sep 2016 02:04:43 +0200 Subject: format: packfile new interface --- examples/fs_implementation/main_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/fs_implementation/main_test.go') diff --git a/examples/fs_implementation/main_test.go b/examples/fs_implementation/main_test.go index ed56cf1..7a7607a 100644 --- a/examples/fs_implementation/main_test.go +++ b/examples/fs_implementation/main_test.go @@ -1,5 +1,6 @@ package main +/* import ( "io/ioutil" "os" @@ -193,3 +194,4 @@ func TestReadDir(t *testing.T) { } } } +*/ -- cgit