From f0c70180febee4b087ab967ab7e6565e883f3ab4 Mon Sep 17 00:00:00 2001 From: chymy Date: Thu, 28 Jan 2021 09:49:30 +0800 Subject: [PATCH] add 'go' for code Signed-off-by: chymy --- .../sig-instrumentation/migration-to-structured-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/sig-instrumentation/migration-to-structured-logging.md b/contributors/devel/sig-instrumentation/migration-to-structured-logging.md index 5e84e45a4..56ce1e9e2 100644 --- a/contributors/devel/sig-instrumentation/migration-to-structured-logging.md +++ b/contributors/devel/sig-instrumentation/migration-to-structured-logging.md @@ -313,7 +313,7 @@ PRs migrating logs should include examples of outputted logs before and after th understand the impact of change. Example code to compare [httplog.go#168](https://github.com/kubernetes/kubernetes/blob/15c3f1b11/staging/src/k8s.io/apiserver/pkg/server/httplog/httplog.go#L168) -``` +```go package main import (