Imports of slog command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-logr/logrPackage logr defines a general-purpose logging API and abstract interfaces to back that API.
github.com/go-logr/logr/funcrPackage funcr implements formatting of structured log messages and optionally captures the call site and timestamp.
log/slogPackage slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
osPackage os provides a platform-independent interface to operating system functionality.