mobile: golang.org/x/mobile/bind/testpkg Index | Files | Directories

Packages imported by testpkg

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/mobile/assetPackage asset provides access to application-bundled assets.
golang.org/x/mobile/bind/testpkg/secondpkgPackage secondpkg is imported by bind tests that verify that a bound package can reference another bound package.
golang.org/x/mobile/bind/testpkg/simplepkgPackage simplepkg is imported from testpkg and tests two corner cases.
golang.org/x/mobile/bind/testpkg/unboundpkgPackage simplepkg is imported from testpkg and tests that references to other, unbound packages, are ignored.
io/ioutilPackage ioutil implements some I/​O utility functions.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
timePackage time provides functionality for measuring and displaying time.