doc: add link to intro blog post

This commit is contained in:
Karan Misra 2014-05-08 04:31:43 +05:30
parent 9c61da0bcf
commit 56f8d19b33
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ Development supported and sponsored by [**ThoughtWorks**](http://www.thoughtwork
Also, you might be interested in: [Why Golang?](https://github.com/kidoman/embd/wiki/Why-Go)
Blog post introducing EMBD: https://kidoman.io/framework/embd.html
## Getting Started
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```.