summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-openapi/runtime/logger/standard.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-openapi/runtime/logger/standard.go')
-rw-r--r--vendor/github.com/go-openapi/runtime/logger/standard.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/go-openapi/runtime/logger/standard.go b/vendor/github.com/go-openapi/runtime/logger/standard.go
index f7e67ebb9..30035a777 100644
--- a/vendor/github.com/go-openapi/runtime/logger/standard.go
+++ b/vendor/github.com/go-openapi/runtime/logger/standard.go
@@ -5,6 +5,8 @@ import (
"os"
)
+var _ Logger = StandardLogger{}
+
type StandardLogger struct{}
func (StandardLogger) Printf(format string, args ...interface{}) {