Imports of package test

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/desktopPackage desktop provides desktop 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/software
fyne.io/fyne/internal/repository
fyne.io/fyne/internal/test
fyne.io/fyne/layoutPackage layout defines the various layouts available to Fyne apps
fyne.io/fyne/storagePackage storage provides storage access and management functionality.
fyne.io/fyne/storage/repository
fyne.io/fyne/themePackage theme defines how a Fyne app should look when rendered
github.com/goki/freetype/truetype
github.com/stretchr/testify/assertPackage assert provides a set of comprehensive testing tools for use with the normal Go testing system.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
golang.org/x/image/fontPackage font defines an interface for font faces, for drawing text on an image.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/drawPackage draw provides image composition functions.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.