Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for Next (0.18 sec)

  1. doc/README.md

    At the start of a release development cycle, the contents of `next` should be deleted
    and replaced with those of `initial`. From the repo root:
    
        > cd doc
        > rm -r next/*
        > cp -r initial/* next
    
    Then edit `next/1-intro.md` to refer to the next version.
    
    To prepare the release notes for a release, run `golang.org/x/build/cmd/relnote generate`.
    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.8.txt

    pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Close() error
    pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Columns() []string
    pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, ColumnTypeDatabaseTypeName(int) string
    pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Next([]Value) error
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Dec 21 05:25:57 GMT 2016
    - 16.3K bytes
    - Viewed (0)
  3. api/README

    the new API. This helps with our end-of-cycle audit of new APIs.
    The same requirement applies to next/* (described below), which will
    become a go1.XX.txt for XX >= 19.
    
    The next/ directory contains the only files intended to be mutated.
    Each file in that directory contains a list of features that may be added
    to the next release of Go. The files in this directory only affect the
    warning output from the go api tool. Each file should be named
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jan 31 19:22:50 GMT 2024
    - 1.2K bytes
    - Viewed (0)
  4. api/go1.5.txt

    pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Foreground bool
    pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Pgid int
    pkg text/template, method (*Template) DefinedTemplates() string
    pkg text/template, method (*Template) Option(...string) *Template
    pkg time, method (Time) AppendFormat([]uint8, string) []uint8
    pkg unicode, const Version = "8.0.0"
    pkg unicode, var Ahom *RangeTable
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  5. api/go1.18.txt

    pkg testing, type InternalFuzzTarget struct, Name string
    pkg text/template/parse, const NodeBreak = 21
    pkg text/template/parse, const NodeBreak NodeType
    pkg text/template/parse, const NodeContinue = 22
    pkg text/template/parse, const NodeContinue NodeType
    pkg text/template/parse, method (*BreakNode) Copy() Node
    pkg text/template/parse, method (*BreakNode) String() string
    pkg text/template/parse, method (*ContinueNode) Copy() Node
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 13K bytes
    - Viewed (0)
  6. api/go1.3.txt

    pkg syscall (windows-amd64), type TCPKeepalive struct, Time uint32
    pkg testing, method (*B) RunParallel(func(*PB))
    pkg testing, method (*B) SetParallelism(int)
    pkg testing, method (*PB) Next() bool
    pkg testing, type PB struct
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg testing, func Init()
    pkg testing, method (*B) ReportMetric(float64, string)
    pkg testing, type BenchmarkResult struct, Extra map[string]float64
    pkg text/template, method (ExecError) Unwrap() error
    pkg time, method (Duration) Microseconds() int64
    pkg time, method (Duration) Milliseconds() int64
    pkg unicode, const Version = "11.0.0"
    pkg unicode, var Dogra *RangeTable
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  8. doc/godebug.md

    There is no plan to remove any of these settings.
    
    ### Go 1.20
    
    Go 1.20 introduced support for rejecting insecure paths in tar and zip archives,
    controlled by the [`tarinsecurepath` setting](/pkg/archive/tar/#Reader.Next)
    and the [`zipinsecurepath` setting](/pkg/archive/zip/#NewReader).
    These default to `tarinsecurepath=1` and `zipinsecurepath=1`,
    preserving the behavior of earlier versions of Go.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  9. api/go1.12.txt

    pkg syscall (freebsd-386), type Dirent struct, Pad1 uint16
    pkg syscall (freebsd-386), type Stat_t struct, Atim_ext int32
    pkg syscall (freebsd-386), type Stat_t struct, Blksize int32
    pkg syscall (freebsd-386), type Stat_t struct, Btim_ext int32
    pkg syscall (freebsd-386), type Stat_t struct, Ctim_ext int32
    pkg syscall (freebsd-386), type Stat_t struct, Dev uint64
    pkg syscall (freebsd-386), type Stat_t struct, Gen uint64
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg text/scanner, method (*Position) IsValid() bool
    pkg text/scanner, method (*Scanner) Init(io.Reader) *Scanner
    pkg text/scanner, method (*Scanner) IsValid() bool
    pkg text/scanner, method (*Scanner) Next() int32
    pkg text/scanner, method (*Scanner) Peek() int32
    pkg text/scanner, method (*Scanner) Pos() Position
    pkg text/scanner, method (*Scanner) Scan() int32
    pkg text/scanner, method (*Scanner) TokenText() string
    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)
Back to top