1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

Fix linter errors

This commit is contained in:
Achilleas Anagnostopoulos
2017-05-15 06:55:31 +01:00
parent 1c17562f07
commit cb0975c9c4
4 changed files with 6 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ func (t *Vt) Write(data []byte) (int, error) {
return len(data), nil
}
// Write implements io.ByteWriter.
// WriteByte implements io.ByteWriter.
func (t *Vt) WriteByte(b byte) error {
switch b {
case '\r':