Files
go-koans/about_files.go
Tommy Parnell a7d91efcfc finished woo
2017-07-08 01:22:34 -04:00

10 lines
262 B
Go

package go_koans
func aboutFiles() {
// filename := "about_files.go"
// contents, _ := ioutil.ReadFile(filename)
// lines := strings.Split(string(contents), "\n")
//TODO: FIX!
// assert(lines[5] == "func aboutFiles() {") // handling files is too trivial
}