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 ") + // マージまで試すぞ }