Merge pull request #105 from writeas/go-bindata-repo-fix

go-bindata url updated
This commit is contained in:
Matt Baer 2019-05-17 17:27:43 -04:00 committed by GitHub
commit 2fdd58387a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@ dev-assets : generate
generate : generate :
@hash go-bindata > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ @hash go-bindata > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GOGET) -u github.com/jteeuwen/go-bindata/...; \ $(GOGET) -u github.com/jteeuwen/go-bindata/go-bindata; \
fi fi
$(TMPBIN): $(TMPBIN):