Adds vendor to phony targets

This commit is contained in:
Miguel de la Cruz 2020-02-29 01:21:29 +01:00
parent 527ed8f502
commit fe1c3e4c9c

View file

@ -1,3 +1,5 @@
.PHONY: vendor
vendor:
go mod vendor
go mod tidy