Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for person (0.18 sec)

  1. doc/README.md

        pkg net/http, function F #12345
    
    should have a corresponding file named `doc/next/6-stdlib/99-minor/net/http/12345.md`.
    At a minimum, that file should contain either a full sentence or a TODO,
    ideally referring to a person with the responsibility to complete the note.
    
    Use the following forms in your markdown:
    
    	[http.Request]                     # symbol documentation; auto-linked as in Go doc strings
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Apr 26 21:24:36 GMT 2024
    - 1.9K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg crypto/x509, type Certificate struct, UnknownExtKeyUsage []asn1.ObjectIdentifier
    pkg crypto/x509, type Certificate struct, Version int
    pkg crypto/x509, type CertificateInvalidError struct
    pkg crypto/x509, type CertificateInvalidError struct, Cert *Certificate
    pkg crypto/x509, type CertificateInvalidError struct, Reason InvalidReason
    pkg crypto/x509, type ConstraintViolationError struct
    pkg crypto/x509, type ExtKeyUsage int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  3. .github/PULL_REQUEST_TEMPLATE

      + The package name goes before the colon
      + The part after the colon uses the verb tense + phrase that completes the blank in,
        "This change modifies Go to ___________"
      + Lowercase verb after the colon
      + No trailing period
      + Keep the title as short as possible. ideally under 76 characters or shorter
    + No Markdown
    + The first PR comment (this one) is wrapped at 76 characters, unless it's
      really needed (ASCII art, table, or long link)
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Feb 21 02:07:46 GMT 2018
    - 1.2K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const BPF_MAJOR_VERSION = 1
    pkg syscall (darwin-386), const BPF_MAXBUFSIZE = 524288
    pkg syscall (darwin-386), const BPF_MAXINSNS = 512
    pkg syscall (darwin-386), const BPF_MEM = 96
    pkg syscall (darwin-386), const BPF_MEMWORDS = 16
    pkg syscall (darwin-386), const BPF_MINBUFSIZE = 32
    pkg syscall (darwin-386), const BPF_MINOR_VERSION = 1
    pkg syscall (darwin-386), const BPF_MISC = 7
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top