1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-23 12:44:13 +02:00
crud_generator/vendor/github.com/ManyakRus/logrus/Makefile
2023-11-14 17:07:41 +03:00

7 lines
172 B
Makefile

SERVICEURL=github.com/sirupsen/logrus
NEW_REPO=github.com/ManyakRus/logrus
newrepo:
find -name *.go -not -path "*/vendor/*"|xargs sed -i 's+$(SERVICEURL)+$(NEW_REPO)+g'