Commit 6b4b8072 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Run gofmt.

parent 014829e8
......@@ -4,8 +4,8 @@ package main
import (
"flag"
"log"
"github.com/hanwen/go-fuse/fuse"
"log"
"os"
)
......
......@@ -4,12 +4,12 @@
package main
import (
"github.com/hanwen/go-fuse/fuse"
"flag"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"log"
"os"
"flag"
"runtime"
"log"
)
var _ = runtime.GOMAXPROCS
......
package main
import (
"flag"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"github.com/hanwen/go-fuse/zipfs"
"fmt"
"flag"
"log"
"os"
)
......
......@@ -3,9 +3,9 @@ package main
import (
"flag"
"fmt"
"log"
"github.com/hanwen/go-fuse/fuse"
"github.com/hanwen/go-fuse/unionfs"
"log"
"os"
)
......
package main
import (
"flag"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"github.com/hanwen/go-fuse/zipfs"
"fmt"
"flag"
"log"
"os"
)
......
package fuse
import (
"sync"
"fmt"
"unsafe"
"log"
"sync"
"unsafe"
)
var _ = log.Println
......
package fuse
import (
"testing"
"fmt"
"testing"
)
var _ = fmt.Println
......
package fuse
import (
"testing"
"io/ioutil"
"os"
"testing"
)
func TestCopyFile(t *testing.T) {
......
......@@ -3,8 +3,8 @@ package fuse
import (
"io/ioutil"
"os"
"testing"
"syscall"
"testing"
)
func TestOsErrorToErrno(t *testing.T) {
......
package fuse
import (
"io/ioutil"
"os"
"path/filepath"
"testing"
"time"
"path/filepath"
"io/ioutil"
)
func TestMountOnExisting(t *testing.T) {
......
package fuse
import (
"path/filepath"
"os"
"path/filepath"
"sort"
"strings"
"syscall"
......
......@@ -2,8 +2,8 @@ package fuse
import (
"bytes"
"syscall"
"fmt"
"syscall"
"unsafe"
)
......
......@@ -3,10 +3,10 @@ package fuse
import (
"bytes"
"io/ioutil"
"testing"
"log"
"path/filepath"
"os"
"path/filepath"
"testing"
)
var _ = log.Print
......
package unionfs
import (
"os"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"io/ioutil"
"fmt"
"log"
"os"
"testing"
)
......
package unionfs
import (
"os"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"io/ioutil"
"fmt"
"log"
"os"
"syscall"
"testing"
)
......
......@@ -2,8 +2,8 @@ package unionfs
import (
"github.com/hanwen/go-fuse/fuse"
"sync"
"log"
"sync"
"time"
)
......
......@@ -6,8 +6,8 @@ import (
"log"
"os"
"path/filepath"
"strings"
"sort"
"strings"
"sync"
"time"
)
......
......@@ -2,11 +2,11 @@ package unionfs
import (
"exec"
"os"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"io/ioutil"
"fmt"
"log"
"os"
"path/filepath"
"syscall"
"testing"
......
......@@ -3,14 +3,13 @@ package unionfs
import (
"fmt"
"log"
"time"
"testing"
"time"
)
var _ = fmt.Print
var _ = log.Print
func TestTimedCacheUncacheable(t *testing.T) {
fetchCount := 0
fetch := func(n string) (interface{}, bool) {
......
......@@ -2,11 +2,11 @@ package unionfs
import (
"exec"
"os"
"fmt"
"github.com/hanwen/go-fuse/fuse"
"io/ioutil"
"fmt"
"log"
"os"
"path/filepath"
"syscall"
"testing"
......
......@@ -7,10 +7,10 @@ import (
"fmt"
"github.com/hanwen/go-fuse/fuse"
"io"
"log"
"os"
"path/filepath"
"strings"
"log"
)
var _ = log.Printf
......
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