Reset text color after printing congratulatory message.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user