Gofmt all files

This commit is contained in:
Abin Shahab 2014-10-19 23:39:04 +00:00
parent e9d6289964
commit e8ea485a0d
5 changed files with 65 additions and 64 deletions

View File

@ -12,8 +12,8 @@ import "C"
import ( import (
"bufio" "bufio"
"fmt" "fmt"
"os/exec"
"os" "os"
"os/exec"
"regexp" "regexp"
"strconv" "strconv"
"strings" "strings"

View File

@ -1,4 +1,5 @@
package fs package fs
import ( import (
"testing" "testing"
) )