Imports of package vcstest

PathSynopsis
cmd/go/internal/vcs
cmd/go/internal/vcwebPackage vcweb serves version control repos for testing the go command.
cmd/go/internal/webPackage web defines minimal helper routines for accessing HTTP/HTTPS resources without requiring external dependencies on the net package.
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.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
internal/testenvPackage testenv provides information about what functionality is available in different testing environments run by the Go team.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
net/http/httptestPackage httptest provides utilities for HTTP testing.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
testingPackage testing provides support for automated testing of Go packages.