1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-27 13:48:50 +08:00

all: gofmt

Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ia <isaac.ardis@gmail.com>
This commit is contained in:
ia 2018-06-17 00:44:25 +02:00 committed by Garrett D'Amore
parent 2efc922424
commit de7e78efa4
2 changed files with 16 additions and 16 deletions

View File

@ -17,11 +17,11 @@
package tcell package tcell
import ( import (
"errors"
"sync" "sync"
"syscall" "syscall"
"unicode/utf16" "unicode/utf16"
"unsafe" "unsafe"
"errors"
) )
type cScreen struct { type cScreen struct {