Skip to content

Commit

Permalink
Merge pull request #400 from hairyhenderson/fix-lint-errors
Browse files Browse the repository at this point in the history
Fix some lint errors
  • Loading branch information
mdelapenya authored Feb 2, 2022
2 parents d303350 + cacaa87 commit 8b163de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ var Logger Logging = log.New(os.Stderr, "", log.LstdFlags)
// Logging defines the Logger interface
type Logging interface {
Printf(format string, v ...interface{})
}
}
1 change: 1 addition & 0 deletions wait/errors.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows

package wait
Expand Down

0 comments on commit 8b163de

Please sign in to comment.