More go fmt.
This commit is contained in:
parent
43b3f1c2a8
commit
94f9684e68
|
@ -4,9 +4,9 @@ package ui
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"sync"
|
||||||
"syscall"
|
"syscall"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
"sync"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type sysData struct {
|
type sysData struct {
|
||||||
|
|
Loading…
Reference in New Issue