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 (
"bufio"
"fmt"
"os/exec"
"os"
"os/exec"
"regexp"
"strconv"
"strings"

View File

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