commit | 1631c208f723828abbecbd92bdceb4000b0042e1 | [log] [tgz] |
---|---|---|
author | Katrina Owen <katrina.owen@gmail.com> | Tue Feb 09 18:05:30 2016 +1100 |
committer | Andrew Gerrand <adg@golang.org> | Tue Feb 09 07:09:15 2016 +0000 |
tree | a3c1189c96bb40de9f285c654997065e0c7e0273 | |
parent | 7cfcba154e738d4ea2520693cd19204d1443861a [diff] |
content: clean up slice of slices code example The variable represents a board, not a game. Also, there's no point in creating a helper function to print the board, since it's only printed once. Change-Id: I34897302d80d0aa8de63a424f570c39f64fa6538 Reviewed-on: https://go-review.googlesource.com/19400 Reviewed-by: Andrew Gerrand <adg@golang.org>