Run go fmt

This commit is contained in:
Jakob Unterwurzacher 2015-11-27 22:20:01 +01:00
parent 6acd772cf9
commit a04a92cdab
6 changed files with 20 additions and 21 deletions

View File

@ -3,7 +3,6 @@ package integration_tests
// File reading, writing, modification, truncate
import (
"syscall"
"bytes"
"crypto/md5"
"encoding/hex"
@ -13,6 +12,7 @@ import (
"os"
"runtime"
"sync"
"syscall"
"testing"
)

View File

@ -1,9 +1,9 @@
package main
import (
"io/ioutil"
"flag"
"fmt"
"io/ioutil"
"os"
"os/exec"
"os/signal"

View File

@ -3,10 +3,10 @@ package pathfs_frontend
import (
"encoding/base64"
"fmt"
"sync"
"syscall"
"os"
"path/filepath"
"sync"
"syscall"
"time"
"github.com/hanwen/go-fuse/fuse"
@ -23,7 +23,6 @@ type FS struct {
// Readers must RLock() it to prevent them from seeing intermediate
// states
dirIVLock sync.RWMutex
}
// Encrypted FUSE overlay filesystem