rename test to about

This commit is contained in:
Steven Degutis
2012-03-16 08:34:26 -05:00
parent 13255197df
commit 996cbb5189
15 changed files with 31 additions and 31 deletions

View File

@@ -3,7 +3,7 @@ package go_koans
import "io/ioutil"
import "strings"
func testFiles() {
func aboutFiles() {
filename := "about_files.go"
contents, _ := ioutil.ReadFile(filename)
lines := strings.Split(string(contents), "\n")