Imports of examples command

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
flagPackage flag implements command-line flag parsing.
github.com/google/martianPackage martian provides an HTTP/1.1 proxy with an API for configurable request and response modifiers.
github.com/google/martian/bodyPackage body allows for the replacement of message body on responses.
github.com/google/martian/cookiePackage cookie allows for the modification of cookies on http requests and responses.
github.com/google/martian/corsPackage cors provides CORS support for http.Handlers.
github.com/google/martian/fifoPackage fifo provides Group, which is a list of modifiers that are executed consecutively.
github.com/google/martian/headerPackage header provides utilities for modifying, filtering, and verifying headers in martian.Proxy.
github.com/google/martian/logPackage log provides a universal logger for martian packages.
github.com/google/martian/martianhttpPackage martianhttp provides HTTP handlers for managing the state of a martian.Proxy.
github.com/google/martian/martianurlPackage martianurl provides utilities for modifying, filtering, and verifying URLs in martian.Proxy.
github.com/google/martian/methodPackage method provides utilities for verifying method type in martian.Proxy.
github.com/google/martian/mitmPackage mitm provides tooling for MITMing TLS connections.
github.com/google/martian/pingbackPackage pingback provides verification that specific URLs have been seen by the proxy.
github.com/google/martian/priorityPackage priority allows grouping modifiers and applying them in priority order.
github.com/google/martian/querystringPackage querystring contains a modifier to rewrite query strings in a request.
github.com/google/martian/statusPackage status contains a modifier to rewrite the status code on a response.
github.com/google/martian/verifyPackage verify provides support for using martian modifiers for request and response verifications.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
timePackage time provides functionality for measuring and displaying time.