diff --git a/.travis.yml b/.travis.yml index 1d428d0..7b23734 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index d32247c..75640ac 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ import "github.com/gin-contrib/static" See the [example](example) +[embedmd]:# (example/simple/example.go go) ```go package main