mobile: golang.org/x/mobile/app/internal/testapp Files | Directories

Packages imported by main

PathSynopsis
golang.org/x/mobile/appPackage app lets you write portable all-Go apps for Android and iOS.
golang.org/x/mobile/app/internal/apptestPackage apptest provides utilities for testing an app.
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.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/​O, including TCP/​IP, UDP, domain name resolution, and Unix domain sockets.