Add testable example in README

This adds a testable example for the README to be able to make the user
experience for new users better.
This commit is contained in:
Anton Lindstrom
2016-07-21 20:34:24 +00:00
parent 0ea471cce0
commit be8bed0dab
4 changed files with 99 additions and 26 deletions

View File

@@ -5,9 +5,13 @@ go:
- 1.6
- tip
script:
install:
- make get-deps
- go get github.com/campoy/embedmd
script:
- make metalint
- make docs-check
- make check
env: