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:
parent
2efc922424
commit
de7e78efa4
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user