]> Cypherpunks.ru repositories - gostls13.git/blob - api/go1.9.txt
api: promote next to go1.9
[gostls13.git] / api / go1.9.txt
1 pkg crypto, const BLAKE2b_256 = 17
2 pkg crypto, const BLAKE2b_256 Hash
3 pkg crypto, const BLAKE2b_384 = 18
4 pkg crypto, const BLAKE2b_384 Hash
5 pkg crypto, const BLAKE2b_512 = 19
6 pkg crypto, const BLAKE2b_512 Hash
7 pkg crypto, const BLAKE2s_256 = 16
8 pkg crypto, const BLAKE2s_256 Hash
9 pkg crypto/x509, type Certificate struct, ExcludedDNSDomains []string
10 pkg database/sql, method (*Conn) BeginTx(context.Context, *TxOptions) (*Tx, error)
11 pkg database/sql, method (*Conn) Close() error
12 pkg database/sql, method (*Conn) ExecContext(context.Context, string, ...interface{}) (Result, error)
13 pkg database/sql, method (*Conn) PingContext(context.Context) error
14 pkg database/sql, method (*Conn) PrepareContext(context.Context, string) (*Stmt, error)
15 pkg database/sql, method (*Conn) QueryContext(context.Context, string, ...interface{}) (*Rows, error)
16 pkg database/sql, method (*Conn) QueryRowContext(context.Context, string, ...interface{}) *Row
17 pkg database/sql, method (*DB) Conn(context.Context) (*Conn, error)
18 pkg database/sql, type Conn struct
19 pkg database/sql, type Out struct
20 pkg database/sql, type Out struct, Dest interface{}
21 pkg database/sql, type Out struct, In bool
22 pkg database/sql, var ErrConnDone error
23 pkg database/sql/driver, type NamedValueChecker interface { CheckNamedValue }
24 pkg database/sql/driver, type NamedValueChecker interface, CheckNamedValue(*NamedValue) error
25 pkg database/sql/driver, var ErrRemoveArgument error
26 pkg encoding/asn1, const TagNull = 5
27 pkg encoding/asn1, const TagNull ideal-int
28 pkg encoding/asn1, var NullBytes []uint8
29 pkg encoding/asn1, var NullRawValue RawValue
30 pkg encoding/base32, const NoPadding = -1
31 pkg encoding/base32, const NoPadding int32
32 pkg encoding/base32, const StdPadding = 61
33 pkg encoding/base32, const StdPadding int32
34 pkg encoding/base32, method (Encoding) WithPadding(int32) *Encoding
35 pkg encoding/csv, type Reader struct, ReuseRecord bool
36 pkg encoding/json, func Valid([]uint8) bool
37 pkg go/ast, type TypeSpec struct, Assign token.Pos
38 pkg go/types, func SizesFor(string, string) Sizes
39 pkg go/types, method (*TypeName) IsAlias() bool
40 pkg hash/fnv, func New128() hash.Hash
41 pkg hash/fnv, func New128a() hash.Hash
42 pkg html/template, const ErrPredefinedEscaper = 11
43 pkg html/template, const ErrPredefinedEscaper ErrorCode
44 pkg image/png, type Encoder struct, BufferPool EncoderBufferPool
45 pkg image/png, type EncoderBuffer struct
46 pkg image/png, type EncoderBufferPool interface { Get, Put }
47 pkg image/png, type EncoderBufferPool interface, Get() *EncoderBuffer
48 pkg image/png, type EncoderBufferPool interface, Put(*EncoderBuffer)
49 pkg math/big, method (*Int) IsInt64() bool
50 pkg math/big, method (*Int) IsUint64() bool
51 pkg math/big, type Word uint
52 pkg math/bits, const UintSize = 64
53 pkg math/bits, const UintSize ideal-int
54 pkg math/bits, func LeadingZeros(uint) int
55 pkg math/bits, func LeadingZeros16(uint16) int
56 pkg math/bits, func LeadingZeros32(uint32) int
57 pkg math/bits, func LeadingZeros64(uint64) int
58 pkg math/bits, func LeadingZeros8(uint8) int
59 pkg math/bits, func Len(uint) int
60 pkg math/bits, func Len16(uint16) int
61 pkg math/bits, func Len32(uint32) int
62 pkg math/bits, func Len64(uint64) int
63 pkg math/bits, func Len8(uint8) int
64 pkg math/bits, func OnesCount(uint) int
65 pkg math/bits, func OnesCount16(uint16) int
66 pkg math/bits, func OnesCount32(uint32) int
67 pkg math/bits, func OnesCount64(uint64) int
68 pkg math/bits, func OnesCount8(uint8) int
69 pkg math/bits, func Reverse(uint) uint
70 pkg math/bits, func Reverse16(uint16) uint16
71 pkg math/bits, func Reverse32(uint32) uint32
72 pkg math/bits, func Reverse64(uint64) uint64
73 pkg math/bits, func Reverse8(uint8) uint8
74 pkg math/bits, func ReverseBytes(uint) uint
75 pkg math/bits, func ReverseBytes16(uint16) uint16
76 pkg math/bits, func ReverseBytes32(uint32) uint32
77 pkg math/bits, func ReverseBytes64(uint64) uint64
78 pkg math/bits, func RotateLeft(uint, int) uint
79 pkg math/bits, func RotateLeft16(uint16, int) uint16
80 pkg math/bits, func RotateLeft32(uint32, int) uint32
81 pkg math/bits, func RotateLeft64(uint64, int) uint64
82 pkg math/bits, func RotateLeft8(uint8, int) uint8
83 pkg math/bits, func TrailingZeros(uint) int
84 pkg math/bits, func TrailingZeros16(uint16) int
85 pkg math/bits, func TrailingZeros32(uint32) int
86 pkg math/bits, func TrailingZeros64(uint64) int
87 pkg math/bits, func TrailingZeros8(uint8) int
88 pkg mime, var ErrInvalidMediaParameter error
89 pkg mime/multipart, type FileHeader struct, Size int64
90 pkg mime/multipart, var ErrMessageTooLarge error
91 pkg net, method (*IPConn) SyscallConn() (syscall.RawConn, error)
92 pkg net, method (*TCPConn) SyscallConn() (syscall.RawConn, error)
93 pkg net, method (*UDPConn) SyscallConn() (syscall.RawConn, error)
94 pkg net, method (*UnixConn) SyscallConn() (syscall.RawConn, error)
95 pkg net, type Resolver struct, Dial func(context.Context, string, string) (Conn, error)
96 pkg net, type Resolver struct, StrictErrors bool
97 pkg net/http, func ServeTLS(net.Listener, Handler, string, string) error
98 pkg net/http, method (*Server) RegisterOnShutdown(func())
99 pkg net/http, method (*Server) ServeTLS(net.Listener, string, string) error
100 pkg net/http/fcgi, func ProcessEnv(*http.Request) map[string]string
101 pkg net/http/httptest, method (*Server) Certificate() *x509.Certificate
102 pkg net/http/httptest, method (*Server) Client() *http.Client
103 pkg reflect, func MakeMapWithSize(Type, int) Value
104 pkg runtime/pprof, func Do(context.Context, LabelSet, func(context.Context))
105 pkg runtime/pprof, func ForLabels(context.Context, func(string, string) bool)
106 pkg runtime/pprof, func Label(context.Context, string) (string, bool)
107 pkg runtime/pprof, func Labels(...string) LabelSet
108 pkg runtime/pprof, func SetGoroutineLabels(context.Context)
109 pkg runtime/pprof, func WithLabels(context.Context, LabelSet) context.Context
110 pkg runtime/pprof, type LabelSet struct
111 pkg sync, method (*Map) Delete(interface{})
112 pkg sync, method (*Map) Load(interface{}) (interface{}, bool)
113 pkg sync, method (*Map) LoadOrStore(interface{}, interface{}) (interface{}, bool)
114 pkg sync, method (*Map) Range(func(interface{}, interface{}) bool)
115 pkg sync, method (*Map) Store(interface{}, interface{})
116 pkg sync, type Map struct
117 pkg syscall (darwin-386-cgo), type Credential struct, NoSetGroups bool
118 pkg syscall (darwin-386), type Credential struct, NoSetGroups bool
119 pkg syscall (darwin-amd64-cgo), type Credential struct, NoSetGroups bool
120 pkg syscall (darwin-amd64), type Credential struct, NoSetGroups bool
121 pkg syscall (freebsd-386-cgo), func Pipe2([]int, int) error
122 pkg syscall (freebsd-386-cgo), type Credential struct, NoSetGroups bool
123 pkg syscall (freebsd-386), func Pipe2([]int, int) error
124 pkg syscall (freebsd-386), type Credential struct, NoSetGroups bool
125 pkg syscall (freebsd-amd64-cgo), func Pipe2([]int, int) error
126 pkg syscall (freebsd-amd64-cgo), type Credential struct, NoSetGroups bool
127 pkg syscall (freebsd-amd64), func Pipe2([]int, int) error
128 pkg syscall (freebsd-amd64), type Credential struct, NoSetGroups bool
129 pkg syscall (freebsd-arm-cgo), func Pipe2([]int, int) error
130 pkg syscall (freebsd-arm-cgo), type Credential struct, NoSetGroups bool
131 pkg syscall (freebsd-arm), func Pipe2([]int, int) error
132 pkg syscall (freebsd-arm), type Credential struct, NoSetGroups bool
133 pkg syscall (linux-386-cgo), type Credential struct, NoSetGroups bool
134 pkg syscall (linux-386), type Credential struct, NoSetGroups bool
135 pkg syscall (linux-amd64-cgo), type Credential struct, NoSetGroups bool
136 pkg syscall (linux-amd64), type Credential struct, NoSetGroups bool
137 pkg syscall (linux-arm-cgo), type Credential struct, NoSetGroups bool
138 pkg syscall (linux-arm), type Credential struct, NoSetGroups bool
139 pkg syscall (netbsd-386-cgo), type Credential struct, NoSetGroups bool
140 pkg syscall (netbsd-386), type Credential struct, NoSetGroups bool
141 pkg syscall (netbsd-amd64-cgo), type Credential struct, NoSetGroups bool
142 pkg syscall (netbsd-amd64), type Credential struct, NoSetGroups bool
143 pkg syscall (netbsd-arm-cgo), type Credential struct, NoSetGroups bool
144 pkg syscall (netbsd-arm), type Credential struct, NoSetGroups bool
145 pkg syscall (openbsd-386-cgo), type Credential struct, NoSetGroups bool
146 pkg syscall (openbsd-386), type Credential struct, NoSetGroups bool
147 pkg syscall (openbsd-amd64-cgo), type Credential struct, NoSetGroups bool
148 pkg syscall (openbsd-amd64), type Credential struct, NoSetGroups bool
149 pkg syscall (windows-386), const WSAECONNABORTED = 10053
150 pkg syscall (windows-386), const WSAECONNABORTED Errno
151 pkg syscall (windows-amd64), const WSAECONNABORTED = 10053
152 pkg syscall (windows-amd64), const WSAECONNABORTED Errno
153 pkg syscall, type Conn interface { SyscallConn }
154 pkg syscall, type Conn interface, SyscallConn() (RawConn, error)
155 pkg syscall, type RawConn interface { Control, Read, Write }
156 pkg syscall, type RawConn interface, Control(func(uintptr)) error
157 pkg syscall, type RawConn interface, Read(func(uintptr) bool) error
158 pkg syscall, type RawConn interface, Write(func(uintptr) bool) error
159 pkg testing, method (*B) Helper()
160 pkg testing, method (*T) Helper()
161 pkg testing, type TB interface, Helper()
162 pkg time, method (Duration) Round(Duration) Duration
163 pkg time, method (Duration) Truncate(Duration) Duration