Imports of package log

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/martianPackage martian provides an HTTP/1.1 proxy with an API for configurable request and response modifiers.
github.com/google/martian/parsePackage parse constructs martian modifiers from JSON messages.
net/httpPackage http provides HTTP client and server implementations.
net/http/httputilPackage httputil provides HTTP utility functions, complementing the more common ones in the net/http package.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.