Skip to content

Commit

Permalink
feat : go mod tidy shell
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Sep 28, 2023
1 parent 7934c76 commit 97ba0fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testserver/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.PHONY: tidy
tidy:
./script/gomod.sh
11 changes: 11 additions & 0 deletions testserver/script/gomod.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 97ba0fa

Please sign in to comment.