doc: scripts to run embedmd on markdown files

This will help keep READMEs in sync with code.

Also adds a README for the add example.

Updates #14
This commit is contained in:
Michael McLoughlin
2018-12-31 20:25:29 -08:00
parent 816fa4c0e6
commit 4550badf58
4 changed files with 59 additions and 1 deletions

View File

@@ -8,3 +8,6 @@ go get -u \
# Install golangci-lint
golangci_lint_version='v1.12.3'
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version}
# embedmd required for documentation generation
go get -u github.com/campoy/embedmd