adds syntax highlighting

Faiq Raza 2015-11-30 15:34:08 -05:00
parent 8a253c98e0
commit 2610b061ce

@ -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