Split examples to alone repo (#1776)

* split examples to alone repo

* vendor

* fix package error

* add examples/README.md
This commit is contained in:
田欧
2019-03-01 23:42:41 +08:00
committed by GitHub
parent ccb9e90295
commit 0feaf8cbd8
64 changed files with 25 additions and 2393 deletions

View File

@ -52,12 +52,6 @@ deps:
@hash govendor > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) get -u github.com/kardianos/govendor; \
fi
@hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) get -u github.com/campoy/embedmd; \
fi
embedmd:
embedmd -d *.md
.PHONY: lint
lint:
@ -83,5 +77,4 @@ misspell:
.PHONY: tools
tools:
go install golang.org/x/lint/golint; \
go install github.com/client9/misspell/cmd/misspell; \
go install github.com/campoy/embedmd;
go install github.com/client9/misspell/cmd/misspell;