mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 10:02:10 +08:00
update vgo test
This commit is contained in:
parent
697f3bb5e0
commit
6bba70a919
4
Makefile
4
Makefile
@ -32,14 +32,12 @@ vet:
|
|||||||
deps:
|
deps:
|
||||||
@hash go help mod > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
@hash go help mod > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
||||||
go mod download; \
|
go mod download; \
|
||||||
go install github.com/campoy/embedmd; \
|
fi
|
||||||
else \
|
|
||||||
@hash govendor > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
@hash govendor > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
||||||
go get -u github.com/kardianos/govendor; \
|
go get -u github.com/kardianos/govendor; \
|
||||||
fi
|
fi
|
||||||
@hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
@hash embedmd > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
|
||||||
go get -u github.com/campoy/embedmd; \
|
go get -u github.com/campoy/embedmd; \
|
||||||
fi \
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
embedmd:
|
embedmd:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user