From fd543a2a30e7fedc0a816eb35e86ba28889e65fe Mon Sep 17 00:00:00 2001 From: yamasaki Date: Fri, 29 Sep 2023 00:54:18 +0900 Subject: [PATCH] feat : go mod init --- testserver/localhost/8081/go.mod | 3 +++ testserver/localhost/8082/go.mod | 3 +++ testserver/localhost/8083/go.mod | 3 +++ testserver/localhost/8084/go.mod | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 testserver/localhost/8081/go.mod create mode 100644 testserver/localhost/8082/go.mod create mode 100644 testserver/localhost/8083/go.mod create mode 100644 testserver/localhost/8084/go.mod diff --git a/testserver/localhost/8081/go.mod b/testserver/localhost/8081/go.mod new file mode 100644 index 0000000..61aa3e8 --- /dev/null +++ b/testserver/localhost/8081/go.mod @@ -0,0 +1,3 @@ +module one + +go 1.20 diff --git a/testserver/localhost/8082/go.mod b/testserver/localhost/8082/go.mod new file mode 100644 index 0000000..2b0b1b3 --- /dev/null +++ b/testserver/localhost/8082/go.mod @@ -0,0 +1,3 @@ +module two + +go 1.20 diff --git a/testserver/localhost/8083/go.mod b/testserver/localhost/8083/go.mod new file mode 100644 index 0000000..074dd24 --- /dev/null +++ b/testserver/localhost/8083/go.mod @@ -0,0 +1,3 @@ +module three + +go 1.20 diff --git a/testserver/localhost/8084/go.mod b/testserver/localhost/8084/go.mod new file mode 100644 index 0000000..1bd51e9 --- /dev/null +++ b/testserver/localhost/8084/go.mod @@ -0,0 +1,3 @@ +module four + +go 1.20