Imports of package xstring

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unsafePackage unsafe contains operations that step around the type safety of Go programs.