From 2610b061cea8ba4a84169f1bbbee4192ba33c7ee Mon Sep 17 00:00:00 2001 From: Faiq Raza Date: Mon, 30 Nov 2015 15:34:08 -0500 Subject: [PATCH] adds syntax highlighting --- TableDrivenTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TableDrivenTests.md b/TableDrivenTests.md index 49282645..3e76f1ef 100644 --- a/TableDrivenTests.md +++ b/TableDrivenTests.md @@ -7,7 +7,7 @@ Given a table of test cases, the actual test simply iterates through all table e Here is a good example from the testing code for the ` fmt ` package ( http://golang.org/pkg/fmt/ ): -``` +```go var flagtests = []struct { in string out string