running go fmt

This commit is contained in:
Josh Mervine 2014-06-17 22:33:30 -07:00
parent 7ca86444e8
commit 8f55ca83ff
3 changed files with 17 additions and 17 deletions

View File

@ -1,8 +1,8 @@
package cli_test
import (
"fmt"
"."
"fmt"
"os"
"testing"
)

View File

@ -1,8 +1,8 @@
package cli_test
import (
"flag"
"."
"flag"
"testing"
)

View File

@ -1,8 +1,8 @@
package cli_test
import (
"flag"
"."
"flag"
"testing"
)