Skip to content

Commit

Permalink
cdarwin#9 Files
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlo-iuriichuk committed Apr 29, 2017
1 parent 0edc3fd commit 08a58ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion about_files.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ func aboutFiles() {
filename := "about_files.go"
contents, _ := ioutil.ReadFile(filename)
lines := strings.Split(string(contents), "\n")
assert(lines[5] == __string__) // handling files is too trivial
assert(lines[5] == "func aboutFiles() {") // handling files is too trivial
}

0 comments on commit 08a58ad

Please sign in to comment.