commit | 2610b061cea8ba4a84169f1bbbee4192ba33c7ee | [log] [tgz] |
---|---|---|
author | Faiq Raza <faiqrazarizvi@gmail.com> | Mon Nov 30 15:34:08 2015 -0500 |
committer | Faiq Raza <faiqrazarizvi@gmail.com> | Mon Nov 30 15:34:08 2015 -0500 |
tree | 5a4148953204740965a9f5dbc8792d8c0cecc4d2 | |
parent | 8a253c98e0dcb17116668977731e9698a434eefd [diff] [blame] |
adds syntax highlighting
diff --git a/TableDrivenTests.md b/TableDrivenTests.md index 4928264..3e76f1e 100644 --- a/TableDrivenTests.md +++ b/TableDrivenTests.md
@@ -7,7 +7,7 @@ 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