doc: format the example go code properly

This commit is contained in:
Karan Misra 2014-04-24 03:03:38 +05:30
parent 9da9a5c021
commit e97394e7c2
1 changed files with 1 additions and 1 deletions

View File

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