go1.9.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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 (darwin-amd64), const UintSize = 64
  53. pkg math/bits (darwin-amd64-cgo), const UintSize = 64
  54. pkg math/bits (freebsd-386), const UintSize = 32
  55. pkg math/bits (freebsd-386-cgo), const UintSize = 32
  56. pkg math/bits (freebsd-amd64), const UintSize = 64
  57. pkg math/bits (freebsd-amd64-cgo), const UintSize = 64
  58. pkg math/bits (freebsd-arm), const UintSize = 32
  59. pkg math/bits (freebsd-arm-cgo), const UintSize = 32
  60. pkg math/bits (linux-386), const UintSize = 32
  61. pkg math/bits (linux-386-cgo), const UintSize = 32
  62. pkg math/bits (linux-amd64), const UintSize = 64
  63. pkg math/bits (linux-amd64-cgo), const UintSize = 64
  64. pkg math/bits (linux-arm), const UintSize = 32
  65. pkg math/bits (linux-arm-cgo), const UintSize = 32
  66. pkg math/bits (netbsd-386), const UintSize = 32
  67. pkg math/bits (netbsd-386-cgo), const UintSize = 32
  68. pkg math/bits (netbsd-amd64), const UintSize = 64
  69. pkg math/bits (netbsd-amd64-cgo), const UintSize = 64
  70. pkg math/bits (netbsd-arm), const UintSize = 32
  71. pkg math/bits (netbsd-arm-cgo), const UintSize = 32
  72. pkg math/bits (netbsd-arm64), const UintSize = 64
  73. pkg math/bits (netbsd-arm64-cgo), const UintSize = 64
  74. pkg math/bits (openbsd-386), const UintSize = 32
  75. pkg math/bits (openbsd-386-cgo), const UintSize = 32
  76. pkg math/bits (openbsd-amd64), const UintSize = 64
  77. pkg math/bits (openbsd-amd64-cgo), const UintSize = 64
  78. pkg math/bits (windows-386), const UintSize = 32
  79. pkg math/bits (windows-amd64), const UintSize = 64
  80. pkg math/bits, const UintSize ideal-int
  81. pkg math/bits, func LeadingZeros(uint) int
  82. pkg math/bits, func LeadingZeros16(uint16) int
  83. pkg math/bits, func LeadingZeros32(uint32) int
  84. pkg math/bits, func LeadingZeros64(uint64) int
  85. pkg math/bits, func LeadingZeros8(uint8) int
  86. pkg math/bits, func Len(uint) int
  87. pkg math/bits, func Len16(uint16) int
  88. pkg math/bits, func Len32(uint32) int
  89. pkg math/bits, func Len64(uint64) int
  90. pkg math/bits, func Len8(uint8) int
  91. pkg math/bits, func OnesCount(uint) int
  92. pkg math/bits, func OnesCount16(uint16) int
  93. pkg math/bits, func OnesCount32(uint32) int
  94. pkg math/bits, func OnesCount64(uint64) int
  95. pkg math/bits, func OnesCount8(uint8) int
  96. pkg math/bits, func Reverse(uint) uint
  97. pkg math/bits, func Reverse16(uint16) uint16
  98. pkg math/bits, func Reverse32(uint32) uint32
  99. pkg math/bits, func Reverse64(uint64) uint64
  100. pkg math/bits, func Reverse8(uint8) uint8
  101. pkg math/bits, func ReverseBytes(uint) uint
  102. pkg math/bits, func ReverseBytes16(uint16) uint16
  103. pkg math/bits, func ReverseBytes32(uint32) uint32
  104. pkg math/bits, func ReverseBytes64(uint64) uint64
  105. pkg math/bits, func RotateLeft(uint, int) uint
  106. pkg math/bits, func RotateLeft16(uint16, int) uint16
  107. pkg math/bits, func RotateLeft32(uint32, int) uint32
  108. pkg math/bits, func RotateLeft64(uint64, int) uint64
  109. pkg math/bits, func RotateLeft8(uint8, int) uint8
  110. pkg math/bits, func TrailingZeros(uint) int
  111. pkg math/bits, func TrailingZeros16(uint16) int
  112. pkg math/bits, func TrailingZeros32(uint32) int
  113. pkg math/bits, func TrailingZeros64(uint64) int
  114. pkg math/bits, func TrailingZeros8(uint8) int
  115. pkg mime, var ErrInvalidMediaParameter error
  116. pkg mime/multipart, type FileHeader struct, Size int64
  117. pkg mime/multipart, var ErrMessageTooLarge error
  118. pkg net, method (*IPConn) SyscallConn() (syscall.RawConn, error)
  119. pkg net, method (*TCPConn) SyscallConn() (syscall.RawConn, error)
  120. pkg net, method (*UDPConn) SyscallConn() (syscall.RawConn, error)
  121. pkg net, method (*UnixConn) SyscallConn() (syscall.RawConn, error)
  122. pkg net, type Resolver struct, Dial func(context.Context, string, string) (Conn, error)
  123. pkg net, type Resolver struct, StrictErrors bool
  124. pkg net/http, func ServeTLS(net.Listener, Handler, string, string) error
  125. pkg net/http, method (*Server) RegisterOnShutdown(func())
  126. pkg net/http, method (*Server) ServeTLS(net.Listener, string, string) error
  127. pkg net/http/fcgi, func ProcessEnv(*http.Request) map[string]string
  128. pkg net/http/httptest, method (*Server) Certificate() *x509.Certificate
  129. pkg net/http/httptest, method (*Server) Client() *http.Client
  130. pkg reflect, func MakeMapWithSize(Type, int) Value
  131. pkg runtime/pprof, func Do(context.Context, LabelSet, func(context.Context))
  132. pkg runtime/pprof, func ForLabels(context.Context, func(string, string) bool)
  133. pkg runtime/pprof, func Label(context.Context, string) (string, bool)
  134. pkg runtime/pprof, func Labels(...string) LabelSet
  135. pkg runtime/pprof, func SetGoroutineLabels(context.Context)
  136. pkg runtime/pprof, func WithLabels(context.Context, LabelSet) context.Context
  137. pkg runtime/pprof, type LabelSet struct
  138. pkg sync, method (*Map) Delete(interface{})
  139. pkg sync, method (*Map) Load(interface{}) (interface{}, bool)
  140. pkg sync, method (*Map) LoadOrStore(interface{}, interface{}) (interface{}, bool)
  141. pkg sync, method (*Map) Range(func(interface{}, interface{}) bool)
  142. pkg sync, method (*Map) Store(interface{}, interface{})
  143. pkg sync, type Map struct
  144. pkg syscall (darwin-386-cgo), type Credential struct, NoSetGroups bool
  145. pkg syscall (darwin-386), type Credential struct, NoSetGroups bool
  146. pkg syscall (darwin-amd64-cgo), type Credential struct, NoSetGroups bool
  147. pkg syscall (darwin-amd64), type Credential struct, NoSetGroups bool
  148. pkg syscall (freebsd-386-cgo), func Pipe2([]int, int) error
  149. pkg syscall (freebsd-386-cgo), type Credential struct, NoSetGroups bool
  150. pkg syscall (freebsd-386), func Pipe2([]int, int) error
  151. pkg syscall (freebsd-386), type Credential struct, NoSetGroups bool
  152. pkg syscall (freebsd-amd64-cgo), func Pipe2([]int, int) error
  153. pkg syscall (freebsd-amd64-cgo), type Credential struct, NoSetGroups bool
  154. pkg syscall (freebsd-amd64), func Pipe2([]int, int) error
  155. pkg syscall (freebsd-amd64), type Credential struct, NoSetGroups bool
  156. pkg syscall (freebsd-arm-cgo), func Pipe2([]int, int) error
  157. pkg syscall (freebsd-arm-cgo), type Credential struct, NoSetGroups bool
  158. pkg syscall (freebsd-arm), func Pipe2([]int, int) error
  159. pkg syscall (freebsd-arm), type Credential struct, NoSetGroups bool
  160. pkg syscall (linux-386-cgo), type Credential struct, NoSetGroups bool
  161. pkg syscall (linux-386-cgo), type SysProcAttr struct, AmbientCaps []uintptr
  162. pkg syscall (linux-386), type Credential struct, NoSetGroups bool
  163. pkg syscall (linux-386), type SysProcAttr struct, AmbientCaps []uintptr
  164. pkg syscall (linux-amd64-cgo), type Credential struct, NoSetGroups bool
  165. pkg syscall (linux-amd64-cgo), type SysProcAttr struct, AmbientCaps []uintptr
  166. pkg syscall (linux-amd64), type Credential struct, NoSetGroups bool
  167. pkg syscall (linux-amd64), type SysProcAttr struct, AmbientCaps []uintptr
  168. pkg syscall (linux-arm-cgo), type Credential struct, NoSetGroups bool
  169. pkg syscall (linux-arm-cgo), type SysProcAttr struct, AmbientCaps []uintptr
  170. pkg syscall (linux-arm), type Credential struct, NoSetGroups bool
  171. pkg syscall (linux-arm), type SysProcAttr struct, AmbientCaps []uintptr
  172. pkg syscall (netbsd-386-cgo), type Credential struct, NoSetGroups bool
  173. pkg syscall (netbsd-386), type Credential struct, NoSetGroups bool
  174. pkg syscall (netbsd-amd64-cgo), type Credential struct, NoSetGroups bool
  175. pkg syscall (netbsd-amd64), type Credential struct, NoSetGroups bool
  176. pkg syscall (netbsd-arm-cgo), type Credential struct, NoSetGroups bool
  177. pkg syscall (netbsd-arm), type Credential struct, NoSetGroups bool
  178. pkg syscall (openbsd-386-cgo), type Credential struct, NoSetGroups bool
  179. pkg syscall (openbsd-386), type Credential struct, NoSetGroups bool
  180. pkg syscall (openbsd-amd64-cgo), type Credential struct, NoSetGroups bool
  181. pkg syscall (openbsd-amd64), type Credential struct, NoSetGroups bool
  182. pkg syscall (windows-386), const WSAECONNABORTED = 10053
  183. pkg syscall (windows-386), const WSAECONNABORTED Errno
  184. pkg syscall (windows-amd64), const WSAECONNABORTED = 10053
  185. pkg syscall (windows-amd64), const WSAECONNABORTED Errno
  186. pkg syscall, type Conn interface { SyscallConn }
  187. pkg syscall, type Conn interface, SyscallConn() (RawConn, error)
  188. pkg syscall, type RawConn interface { Control, Read, Write }
  189. pkg syscall, type RawConn interface, Control(func(uintptr)) error
  190. pkg syscall, type RawConn interface, Read(func(uintptr) bool) error
  191. pkg syscall, type RawConn interface, Write(func(uintptr) bool) error
  192. pkg testing, method (*B) Helper()
  193. pkg testing, method (*T) Helper()
  194. pkg testing, type TB interface, Helper()
  195. pkg time, method (Duration) Round(Duration) Duration
  196. pkg time, method (Duration) Truncate(Duration) Duration