diff --git a/testserver/Makefile b/testserver/Makefile index e69de29..b8b5b82 100644 --- a/testserver/Makefile +++ b/testserver/Makefile @@ -0,0 +1,3 @@ +.PHONY: tidy +tidy: + ./script/gomod.sh \ No newline at end of file diff --git a/testserver/script/gomod.sh b/testserver/script/gomod.sh new file mode 100644 index 0000000..eb769f6 --- /dev/null +++ b/testserver/script/gomod.sh @@ -0,0 +1,11 @@ +cd localhost/8081 +go mod tidy +cd ../../ +cd localhost/8082 +go mod tidy +cd ../../ +cd localhost/8083 +go mod tidy +cd ../../ +cd localhost/8084 +go mod tidy \ No newline at end of file