mirror of
https://github.com/go-i2p/gomobile-java.git
synced 2025-07-12 10:55:28 -04:00
Remove more golang.org dependencies
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user