Update language for syntax highlighting

This commit is contained in:
Harlow Ward 2016-02-08 19:42:26 -08:00
parent 066e5844fe
commit 6119d5c7bf

View file

@ -12,7 +12,7 @@ Inspired by the [Amazon Kinesis Connector Library](https://github.com/awslabs/am
The consumer expects a handler func that will process a buffer of incoming records. The consumer expects a handler func that will process a buffer of incoming records.
```golang ```go
func main() { func main() {
var( var(
app = flag.String("app", "", "The app name") app = flag.String("app", "", "The app name")