From f948119559260f1f32a71a7ebbffa3584f1eff22 Mon Sep 17 00:00:00 2001 From: sharin-sushi Date: Wed, 22 Nov 2023 19:06:52 +0900 Subject: [PATCH] =?UTF-8?q?merge=E3=81=97=E3=81=A6git=20reset=20=E8=A9=A6?= =?UTF-8?q?=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test0015Go/cmd/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test0015Go/cmd/main.go b/test0015Go/cmd/main.go index c606b7d..69eb431 100644 --- a/test0015Go/cmd/main.go +++ b/test0015Go/cmd/main.go @@ -7,4 +7,5 @@ func main() { fmt.Print("2nd commit at issue4 ") fmt.Print("3rd commit at issue4 ") fmt.Print("4th commit at issue4 ") + // マージまで試すぞ }