Skip to content

Commit

Permalink
change filenames to prevent testing lib from being compiled in
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 committed Aug 1, 2022
1 parent e57b5d2 commit db89ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -4,7 +4,7 @@
//go:build !windows
// +build !windows

package filesys
package filesys //nolint

import (
"path/filepath"
Expand Down
@@ -1,7 +1,7 @@
// Copyright 2022 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0

package filesys
package filesys //nolint

import (
"path/filepath"
Expand Down

0 comments on commit db89ec5

Please sign in to comment.