Imports of package seq

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/fyne-io/mobile/internal/mobileinitPackage mobileinit contains common initialization logic for mobile platforms that is relevant to both all-Go apps and gobind-based apps.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicode/utf16Package utf16 implements encoding and decoding of UTF-16 sequences.