Remove more golang.org dependencies

This commit is contained in:
sridharv
2016-03-28 20:04:27 +02:00
parent 2d7d228f38
commit 34d2814361
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@
//
// For consistency when debugging on a desktop, assets are read from a
// directory named assets under the current working directory.
package asset // import "golang.org/x/mobile/asset"
package asset

View File

@ -19,7 +19,7 @@ import (
"runtime"
"time"
"golang.org/x/mobile/asset"
"github.com/sridharv/gomobile-java/asset"
"github.com/sridharv/gomobile-java/bind/testpkg/secondpkg"
"github.com/sridharv/gomobile-java/bind/testpkg/simplepkg"