Fix copypasta

This commit is contained in:
Mark Dittmer 2018-09-17 13:52:43 -04:00
parent 90501cfcc5
commit f1ce1baf56
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Based on ssh/terminal:
// Copyright 2013 The Go Authors. All rights reserved.
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
@ -7,5 +7,7 @@
package logrus
import "io"
func initTerminal(w io.Writer) {
}