internal/uidriver/mobile: Bug fix: Compile error

This commit is contained in:
Hajime Hoshi 2021-10-24 01:22:02 +09:00
parent b8a5ea7bd6
commit f96d0a97a8

View File

@ -22,6 +22,7 @@ import (
"runtime/debug" "runtime/debug"
"sync" "sync"
"sync/atomic" "sync/atomic"
"time"
"unicode" "unicode"
"golang.org/x/mobile/app" "golang.org/x/mobile/app"