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

Fixes for weekly.2011-11-09

parent 6b4b8072
...@@ -2,12 +2,12 @@ package fuse ...@@ -2,12 +2,12 @@ package fuse
import ( import (
"bufio" "bufio"
"exec"
"fmt" "fmt"
"github.com/hanwen/go-fuse/fuse" "github.com/hanwen/go-fuse/fuse"
"io/ioutil" "io/ioutil"
"log" "log"
"os" "os"
"os/exec"
"path/filepath" "path/filepath"
"runtime" "runtime"
"sort" "sort"
......
...@@ -2,14 +2,14 @@ package fuse ...@@ -2,14 +2,14 @@ package fuse
import ( import (
"bytes" "bytes"
"exec"
"fmt" "fmt"
"io" "io"
"io/ioutil" "io/ioutil"
"log" "log"
"math/rand"
"os" "os"
"os/exec"
"path/filepath" "path/filepath"
"rand"
"strings" "strings"
"syscall" "syscall"
"testing" "testing"
......
...@@ -3,10 +3,10 @@ package fuse ...@@ -3,10 +3,10 @@ package fuse
// Written with a look to http://ptspts.blogspot.com/2009/11/fuse-protocol-tutorial-for-linux-26.html // Written with a look to http://ptspts.blogspot.com/2009/11/fuse-protocol-tutorial-for-linux-26.html
import ( import (
"errors" "errors"
"exec"
"fmt" "fmt"
"log" "log"
"os" "os"
"os/exec"
"path/filepath" "path/filepath"
"syscall" "syscall"
"unsafe" "unsafe"
......
package unionfs package unionfs
import ( import (
"exec"
"fmt" "fmt"
"github.com/hanwen/go-fuse/fuse" "github.com/hanwen/go-fuse/fuse"
"io/ioutil" "io/ioutil"
"log" "log"
"os" "os"
"os/exec"
"path/filepath" "path/filepath"
"syscall" "syscall"
"testing" "testing"
......
package unionfs package unionfs
import ( import (
"exec"
"fmt" "fmt"
"github.com/hanwen/go-fuse/fuse" "github.com/hanwen/go-fuse/fuse"
"io/ioutil" "io/ioutil"
"log" "log"
"os" "os"
"os/exec"
"path/filepath" "path/filepath"
"syscall" "syscall"
"testing" "testing"
......
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