feat: add embedmd (#3)

This commit is contained in:
Bo-Yi Wu 2017-03-11 04:37:20 -06:00 committed by GitHub
parent 23d8c08971
commit 841376ca54
2 changed files with 3 additions and 0 deletions

View File

@ -9,8 +9,10 @@ go:
install:
- echo "ignore go get"
- go get github.com/campoy/embedmd
script:
- embedmd -d *.md
- go test -v -covermode=atomic -coverprofile=coverage.out
after_success:

View File

@ -27,6 +27,7 @@ import "github.com/gin-contrib/static"
See the [example](example)
[embedmd]:# (example/simple/example.go go)
```go
package main