Commit e22f1435 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

nodefs: remove unused import

parent 8c7a3e48
...@@ -8,7 +8,6 @@ import ( ...@@ -8,7 +8,6 @@ import (
"bytes" "bytes"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"log"
"os" "os"
"path/filepath" "path/filepath"
"reflect" "reflect"
...@@ -25,8 +24,6 @@ import ( ...@@ -25,8 +24,6 @@ import (
"github.com/kylelemons/godebug/pretty" "github.com/kylelemons/godebug/pretty"
) )
var _ = log.Println
type testCase struct { type testCase struct {
*testing.T *testing.T
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment