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

Import fmt for debugging.

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