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

Import fmt for debugging.

parent 70174818
...@@ -4,10 +4,11 @@ package fuse ...@@ -4,10 +4,11 @@ package fuse
import ( import (
"bytes" "bytes"
"fmt"
"path/filepath" "path/filepath"
"time" "time"
) )
var _ = fmt.Println
func NewFileSystemConnector(fs FileSystem, opts *MountOptions) (out *FileSystemConnector) { func NewFileSystemConnector(fs FileSystem, opts *MountOptions) (out *FileSystemConnector) {
out = EmptyFileSystemConnector() out = EmptyFileSystemConnector()
......
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