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

Packages imported by seq

PathSynopsis
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
golang.org/x/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.