Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 2 de jul. de 2024 · Overview. Package x509 implements a subset of the X.509 standard. It allows parsing and generating certificates, certificate signing requests, certificate revocation lists, and encoded public and private keys. It provides a certificate verifier, complete with a chain builder.

  2. 2 de jul. de 2024 · Overview. Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. It also includes the low-level type information used by the reflect package; see reflect 's documentation for the programmable interface to the run-time type system.

  3. 2 de jul. de 2024 · func (r * Rand) NormFloat64() float64. NormFloat64 returns a normally distributed float64 in the range -math.MaxFloat64 through +math.MaxFloat64 inclusive, with standard normal distribution (mean = 0, stddev = 1). To produce a different normal distribution, callers can adjust the output using:

  4. 2 de jul. de 2024 · Valid go.mod file The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go. Redistributable license Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed. Tagged version

  5. 2 de jul. de 2024 · An Encoding is a radix 64 encoding/decoding scheme, defined by a 64-character alphabet. The most common encoding is the "base64" encoding defined in RFC 4648 and used in MIME ( RFC 2045) and PEM ( RFC 1421 ). RFC 4648 also defines an alternate encoding, which is the standard encoding with - and _ substituted for + and /.

  6. 2 de jul. de 2024 · Hash is the common interface implemented by all hash functions. Hash implementations in the standard library (e.g. hash/crc32 and crypto/sha256) implement the encoding.BinaryMarshaler and encoding.BinaryUnmarshaler interfaces. Marshaling a hash implementation allows its internal state to be saved and used for additional processing later, without having to re-write the data previously written ...

  7. 2 de jul. de 2024 · ExampleSortKeys demonstrates a technique for sorting a struct type using programmable sort criteria. package main import ( "fmt" "sort" ) // A couple of type definitions to make the units clear. type earthMass float64 type au float64 // A Planet defines the properties of a solar system object. type Planet struct { name string mass earthMass distance au } // By is the type of a "less" function ...

  1. Otras búsquedas realizadas