Skip to content

Commit 7ed2c00

Browse files
committed
Test merge 1b - mod hello only
1 parent e061c91 commit 7ed2c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/hello/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ func main() {
1616
zl := zerolog.New(os.Stderr)
1717
var log logr.Logger = zerologr.New(&zl)
1818

19-
log.Info("Logr in action!", "the answer", 42)
19+
log.Info("Test merge : msg 1b, take 1")
2020
}

0 commit comments

Comments
 (0)