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

Add log convenience import.

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