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

7 lines
172 B
Makefile
Raw Normal View History

2023-11-14 16:07:41 +02:00
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'