mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-12-23 12:44:13 +02:00
7 lines
172 B
Makefile
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'
|