Imports of package gomobile

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
fyne.io/fynePackage fyne describes the objects and components available to any Fyne app.
fyne.io/fyne/canvasPackage canvas contains all of the primitive CanvasObjects that make up a Fyne GUI
fyne.io/fyne/driver/mobilePackage mobile provides mobile specific driver functionality.
fyne.io/fyne/internal
fyne.io/fyne/internal/app
fyne.io/fyne/internal/cache
fyne.io/fyne/internal/driver
fyne.io/fyne/internal/painter
fyne.io/fyne/internal/painter/glPackage gl provides a full Fyne render implementation using system OpenGL libraries.
fyne.io/fyne/layoutPackage layout defines the various layouts available to Fyne apps
fyne.io/fyne/themePackage theme defines how a Fyne app should look when rendered
fyne.io/fyne/widgetPackage widget defines the UI widgets within the Fyne toolkit
golang.org/x/mobile/appPackage app lets you write portable all-Go apps for Android and iOS.
golang.org/x/mobile/event/keyPackage key defines an event for physical keyboard keys.
golang.org/x/mobile/event/lifecyclePackage lifecycle defines an event for an app's lifecycle.
golang.org/x/mobile/event/paintPackage paint defines an event for the app being ready to paint.
golang.org/x/mobile/event/sizePackage size defines an event for the dimensions, physical resolution and orientation of the app's window.
golang.org/x/mobile/event/touchPackage touch defines an event for touch input.
golang.org/x/mobile/glPackage gl implements Go bindings for OpenGL ES 2.0 and ES 3.0.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
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.
strconvPackage strconv implements conversions to and from string representations of basic data types.
timePackage time provides functionality for measuring and displaying time.