diff --git a/pkg/logging/logs_other.go b/pkg/logging/logs_other.go index 6270efbe0fe..94cd53ef2b2 100644 --- a/pkg/logging/logs_other.go +++ b/pkg/logging/logs_other.go @@ -1,5 +1,4 @@ //go:build !windows -// +build !windows /* Copyright The containerd Authors. diff --git a/pkg/logging/logs_windows.go b/pkg/logging/logs_windows.go index 262ac0c2d42..c6902d5b52a 100644 --- a/pkg/logging/logs_windows.go +++ b/pkg/logging/logs_windows.go @@ -1,5 +1,4 @@ //go:build windows -// +build windows /* Copyright The containerd Authors.