diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2021-01-28 07:21:35 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-28 07:21:35 -0800 |
| commit | 4cc000f337908bd2141f7d7bfd72bb3f8cecba26 (patch) | |
| tree | 880906ea7c720e15c13d86933ce5127b7eb818e7 | |
| parent | a4cbb64527645c1ec8b98b0444d4eada294ede89 (diff) | |
| parent | f0c70180febee4b087ab967ab7e6565e883f3ab4 (diff) | |
Merge pull request #5441 from chymy/add-go-0128
add 'go' for code
| -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 ( |
