diff options
| author | chymy <chang.min1@zte.com.cn> | 2021-01-28 09:49:30 +0800 |
|---|---|---|
| committer | chymy <chang.min1@zte.com.cn> | 2021-01-28 09:49:30 +0800 |
| commit | f0c70180febee4b087ab967ab7e6565e883f3ab4 (patch) | |
| tree | 880906ea7c720e15c13d86933ce5127b7eb818e7 | |
| parent | a4cbb64527645c1ec8b98b0444d4eada294ede89 (diff) | |
add 'go' for code
Signed-off-by: chymy <chang.min1@zte.com.cn>
| -rw-r--r-- | contributors/devel/sig-instrumentation/migration-to-structured-logging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-instrumentation/migration-to-structured-logging.md b/contributors/devel/sig-instrumentation/migration-to-structured-logging.md index 5e84e45a..56ce1e9e 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 ( |
