app: add sync import

Fixes golang/go#11054.

Change-Id: If915f67d35639fc31cbe220872186a69c34710b5
Reviewed-on: https://go-review.googlesource.com/10700
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
David Crawshaw 2015-06-04 13:51:47 -04:00
parent f373bd373c
commit 1927b21e90
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import "C"
import (
"log"
"runtime"
"sync"
"unsafe"
"golang.org/x/mobile/event"