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