Commit 9d593fde authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Add log convenience import.

parent 7fd5694d
......@@ -6,12 +6,14 @@ package fuse
import (
"fmt"
"log"
"os"
"path/filepath"
"syscall"
)
var _ = fmt.Println
var _ = log.Println
type LoopbackFileSystem struct {
root string
......
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