Split examples to alone repo (#1776)
* split examples to alone repo * vendor * fix package error * add examples/README.md
This commit is contained in:
9
Makefile
9
Makefile
@ -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;
|
||||
|
Reference in New Issue
Block a user