Imports of package csrf

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/subtlePackage subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gorilla/securecookiePackage securecookie encodes and decodes authenticated and optionally encrypted cookie values.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
slicesPackage slices defines various functions useful with slices of any type.
timePackage time provides functionality for measuring and displaying time.