Reset text color after printing congratulatory message.

This commit is contained in:
Alex Mendes da Costa
2015-02-01 23:49:17 -08:00
parent dc03120953
commit 0f447218f2

View File

@@ -44,7 +44,7 @@ func TestKoans(t *testing.T) {
aboutConcurrency() aboutConcurrency()
aboutPanics() aboutPanics()
fmt.Printf("\n%c[32;1mYou won life. Good job.\n\n", 27) fmt.Printf("\n%c[32;1mYou won life. Good job.%c[0m\n\n", 27, 27)
} }
func assert(o bool) { func assert(o bool) {