From e97394e7c2cabc27f8691362e1d5b729e39569fe Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Thu, 24 Apr 2014 03:03:38 +0530 Subject: [PATCH] doc: format the example go code properly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fabd06..6a55b2b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Also, you might be interested in: [Why Golang?](https://github.com/kidoman/embd/ After installing Go* and setting up your [GOPATH](http://golang.org/doc/code.html#GOPATH), create your first .go file. We'll call it ```simpleblinker.go```. -``` +```go package main import (