Imports of package safe

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.