gofmt -l -w -tabs=false -tabwidth=2 *
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
package go_koans
|
package go_koans
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"testing"
|
|
||||||
"os"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"runtime"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
|
"os"
|
||||||
"path"
|
"path"
|
||||||
|
"runtime"
|
||||||
"strings"
|
"strings"
|
||||||
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
var __string__ string = "impossibly lame value"
|
var __string__ string = "impossibly lame value"
|
||||||
|
|||||||
Reference in New Issue
Block a user