1pkg compress/gzip, const HuffmanOnly = -2 2pkg compress/gzip, const HuffmanOnly ideal-int 3pkg compress/zlib, const HuffmanOnly = -2 4pkg compress/zlib, const HuffmanOnly ideal-int 5pkg crypto/tls, const ECDSAWithP256AndSHA256 = 1027 6pkg crypto/tls, const ECDSAWithP256AndSHA256 SignatureScheme 7pkg crypto/tls, const ECDSAWithP384AndSHA384 = 1283 8pkg crypto/tls, const ECDSAWithP384AndSHA384 SignatureScheme 9pkg crypto/tls, const ECDSAWithP521AndSHA512 = 1539 10pkg crypto/tls, const ECDSAWithP521AndSHA512 SignatureScheme 11pkg crypto/tls, const PKCS1WithSHA1 = 513 12pkg crypto/tls, const PKCS1WithSHA1 SignatureScheme 13pkg crypto/tls, const PKCS1WithSHA256 = 1025 14pkg crypto/tls, const PKCS1WithSHA256 SignatureScheme 15pkg crypto/tls, const PKCS1WithSHA384 = 1281 16pkg crypto/tls, const PKCS1WithSHA384 SignatureScheme 17pkg crypto/tls, const PKCS1WithSHA512 = 1537 18pkg crypto/tls, const PKCS1WithSHA512 SignatureScheme 19pkg crypto/tls, const PSSWithSHA256 = 2052 20pkg crypto/tls, const PSSWithSHA256 SignatureScheme 21pkg crypto/tls, const PSSWithSHA384 = 2053 22pkg crypto/tls, const PSSWithSHA384 SignatureScheme 23pkg crypto/tls, const PSSWithSHA512 = 2054 24pkg crypto/tls, const PSSWithSHA512 SignatureScheme 25pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 49187 26pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 uint16 27pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 = 52393 28pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 uint16 29pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = 49191 30pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 uint16 31pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 = 52392 32pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 uint16 33pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 = 60 34pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 uint16 35pkg crypto/tls, const X25519 = 29 36pkg crypto/tls, const X25519 CurveID 37pkg crypto/tls, method (*Config) Clone() *Config 38pkg crypto/tls, method (*Conn) CloseWrite() error 39pkg crypto/tls, type CertificateRequestInfo struct 40pkg crypto/tls, type CertificateRequestInfo struct, AcceptableCAs [][]uint8 41pkg crypto/tls, type CertificateRequestInfo struct, SignatureSchemes []SignatureScheme 42pkg crypto/tls, type ClientHelloInfo struct, Conn net.Conn 43pkg crypto/tls, type ClientHelloInfo struct, SignatureSchemes []SignatureScheme 44pkg crypto/tls, type ClientHelloInfo struct, SupportedProtos []string 45pkg crypto/tls, type ClientHelloInfo struct, SupportedVersions []uint16 46pkg crypto/tls, type Config struct, GetClientCertificate func(*CertificateRequestInfo) (*Certificate, error) 47pkg crypto/tls, type Config struct, GetConfigForClient func(*ClientHelloInfo) (*Config, error) 48pkg crypto/tls, type Config struct, KeyLogWriter io.Writer 49pkg crypto/tls, type Config struct, VerifyPeerCertificate func([][]uint8, [][]*x509.Certificate) error 50pkg crypto/tls, type SignatureScheme uint16 51pkg crypto/x509, const NameMismatch = 5 52pkg crypto/x509, const NameMismatch InvalidReason 53pkg crypto/x509, const SHA256WithRSAPSS = 13 54pkg crypto/x509, const SHA256WithRSAPSS SignatureAlgorithm 55pkg crypto/x509, const SHA384WithRSAPSS = 14 56pkg crypto/x509, const SHA384WithRSAPSS SignatureAlgorithm 57pkg crypto/x509, const SHA512WithRSAPSS = 15 58pkg crypto/x509, const SHA512WithRSAPSS SignatureAlgorithm 59pkg crypto/x509, type UnknownAuthorityError struct, Cert *Certificate 60pkg database/sql, const LevelDefault = 0 61pkg database/sql, const LevelDefault IsolationLevel 62pkg database/sql, const LevelLinearizable = 7 63pkg database/sql, const LevelLinearizable IsolationLevel 64pkg database/sql, const LevelReadCommitted = 2 65pkg database/sql, const LevelReadCommitted IsolationLevel 66pkg database/sql, const LevelReadUncommitted = 1 67pkg database/sql, const LevelReadUncommitted IsolationLevel 68pkg database/sql, const LevelRepeatableRead = 4 69pkg database/sql, const LevelRepeatableRead IsolationLevel 70pkg database/sql, const LevelSerializable = 6 71pkg database/sql, const LevelSerializable IsolationLevel 72pkg database/sql, const LevelSnapshot = 5 73pkg database/sql, const LevelSnapshot IsolationLevel 74pkg database/sql, const LevelWriteCommitted = 3 75pkg database/sql, const LevelWriteCommitted IsolationLevel 76pkg database/sql/driver, type ConnBeginTx interface { BeginTx } 77pkg database/sql/driver, type ConnBeginTx interface, BeginTx(context.Context, TxOptions) (Tx, error) 78pkg database/sql/driver, type ConnPrepareContext interface { PrepareContext } 79pkg database/sql/driver, type ConnPrepareContext interface, PrepareContext(context.Context, string) (Stmt, error) 80pkg database/sql/driver, type ExecerContext interface { ExecContext } 81pkg database/sql/driver, type ExecerContext interface, ExecContext(context.Context, string, []NamedValue) (Result, error) 82pkg database/sql/driver, type IsolationLevel int 83pkg database/sql/driver, type NamedValue struct 84pkg database/sql/driver, type NamedValue struct, Name string 85pkg database/sql/driver, type NamedValue struct, Ordinal int 86pkg database/sql/driver, type NamedValue struct, Value Value 87pkg database/sql/driver, type Pinger interface { Ping } 88pkg database/sql/driver, type Pinger interface, Ping(context.Context) error 89pkg database/sql/driver, type QueryerContext interface { QueryContext } 90pkg database/sql/driver, type QueryerContext interface, QueryContext(context.Context, string, []NamedValue) (Rows, error) 91pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface { Close, ColumnTypeDatabaseTypeName, Columns, Next } 92pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Close() error 93pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Columns() []string 94pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, ColumnTypeDatabaseTypeName(int) string 95pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Next([]Value) error 96pkg database/sql/driver, type RowsColumnTypeLength interface { Close, ColumnTypeLength, Columns, Next } 97pkg database/sql/driver, type RowsColumnTypeLength interface, Close() error 98pkg database/sql/driver, type RowsColumnTypeLength interface, Columns() []string 99pkg database/sql/driver, type RowsColumnTypeLength interface, ColumnTypeLength(int) (int64, bool) 100pkg database/sql/driver, type RowsColumnTypeLength interface, Next([]Value) error 101pkg database/sql/driver, type RowsColumnTypeNullable interface { Close, ColumnTypeNullable, Columns, Next } 102pkg database/sql/driver, type RowsColumnTypeNullable interface, Close() error 103pkg database/sql/driver, type RowsColumnTypeNullable interface, Columns() []string 104pkg database/sql/driver, type RowsColumnTypeNullable interface, ColumnTypeNullable(int) (bool, bool) 105pkg database/sql/driver, type RowsColumnTypeNullable interface, Next([]Value) error 106pkg database/sql/driver, type RowsColumnTypePrecisionScale interface { Close, ColumnTypePrecisionScale, Columns, Next } 107pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Close() error 108pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Columns() []string 109pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, ColumnTypePrecisionScale(int) (int64, int64, bool) 110pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Next([]Value) error 111pkg database/sql/driver, type RowsColumnTypeScanType interface { Close, ColumnTypeScanType, Columns, Next } 112pkg database/sql/driver, type RowsColumnTypeScanType interface, Close() error 113pkg database/sql/driver, type RowsColumnTypeScanType interface, Columns() []string 114pkg database/sql/driver, type RowsColumnTypeScanType interface, ColumnTypeScanType(int) reflect.Type 115pkg database/sql/driver, type RowsColumnTypeScanType interface, Next([]Value) error 116pkg database/sql/driver, type RowsNextResultSet interface { Close, Columns, HasNextResultSet, Next, NextResultSet } 117pkg database/sql/driver, type RowsNextResultSet interface, Close() error 118pkg database/sql/driver, type RowsNextResultSet interface, Columns() []string 119pkg database/sql/driver, type RowsNextResultSet interface, HasNextResultSet() bool 120pkg database/sql/driver, type RowsNextResultSet interface, NextResultSet() error 121pkg database/sql/driver, type RowsNextResultSet interface, Next([]Value) error 122pkg database/sql/driver, type StmtExecContext interface { ExecContext } 123pkg database/sql/driver, type StmtExecContext interface, ExecContext(context.Context, []NamedValue) (Result, error) 124pkg database/sql/driver, type StmtQueryContext interface { QueryContext } 125pkg database/sql/driver, type StmtQueryContext interface, QueryContext(context.Context, []NamedValue) (Rows, error) 126pkg database/sql/driver, type TxOptions struct 127pkg database/sql/driver, type TxOptions struct, Isolation IsolationLevel 128pkg database/sql/driver, type TxOptions struct, ReadOnly bool 129pkg database/sql, func Named(string, interface{}) NamedArg 130pkg database/sql, method (*ColumnType) DatabaseTypeName() string 131pkg database/sql, method (*ColumnType) DecimalSize() (int64, int64, bool) 132pkg database/sql, method (*ColumnType) Length() (int64, bool) 133pkg database/sql, method (*ColumnType) Name() string 134pkg database/sql, method (*ColumnType) Nullable() (bool, bool) 135pkg database/sql, method (*ColumnType) ScanType() reflect.Type 136pkg database/sql, method (*DB) BeginTx(context.Context, *TxOptions) (*Tx, error) 137pkg database/sql, method (*DB) ExecContext(context.Context, string, ...interface{}) (Result, error) 138pkg database/sql, method (*DB) PingContext(context.Context) error 139pkg database/sql, method (*DB) PrepareContext(context.Context, string) (*Stmt, error) 140pkg database/sql, method (*DB) QueryContext(context.Context, string, ...interface{}) (*Rows, error) 141pkg database/sql, method (*DB) QueryRowContext(context.Context, string, ...interface{}) *Row 142pkg database/sql, method (*Rows) ColumnTypes() ([]*ColumnType, error) 143pkg database/sql, method (*Rows) NextResultSet() bool 144pkg database/sql, method (*Stmt) ExecContext(context.Context, ...interface{}) (Result, error) 145pkg database/sql, method (*Stmt) QueryContext(context.Context, ...interface{}) (*Rows, error) 146pkg database/sql, method (*Stmt) QueryRowContext(context.Context, ...interface{}) *Row 147pkg database/sql, method (*Tx) ExecContext(context.Context, string, ...interface{}) (Result, error) 148pkg database/sql, method (*Tx) PrepareContext(context.Context, string) (*Stmt, error) 149pkg database/sql, method (*Tx) QueryContext(context.Context, string, ...interface{}) (*Rows, error) 150pkg database/sql, method (*Tx) QueryRowContext(context.Context, string, ...interface{}) *Row 151pkg database/sql, method (*Tx) StmtContext(context.Context, *Stmt) *Stmt 152pkg database/sql, type ColumnType struct 153pkg database/sql, type IsolationLevel int 154pkg database/sql, type NamedArg struct 155pkg database/sql, type NamedArg struct, Name string 156pkg database/sql, type NamedArg struct, Value interface{} 157pkg database/sql, type TxOptions struct 158pkg database/sql, type TxOptions struct, Isolation IsolationLevel 159pkg database/sql, type TxOptions struct, ReadOnly bool 160pkg debug/pe, method (*COFFSymbol) FullName(StringTable) (string, error) 161pkg debug/pe, method (StringTable) String(uint32) (string, error) 162pkg debug/pe, type File struct, COFFSymbols []COFFSymbol 163pkg debug/pe, type File struct, StringTable StringTable 164pkg debug/pe, type Reloc struct 165pkg debug/pe, type Reloc struct, SymbolTableIndex uint32 166pkg debug/pe, type Reloc struct, Type uint16 167pkg debug/pe, type Reloc struct, VirtualAddress uint32 168pkg debug/pe, type Section struct, Relocs []Reloc 169pkg debug/pe, type StringTable []uint8 170pkg encoding/base64, method (Encoding) Strict() *Encoding 171pkg encoding/json, method (RawMessage) MarshalJSON() ([]uint8, error) 172pkg encoding/json, type UnmarshalTypeError struct, Field string 173pkg encoding/json, type UnmarshalTypeError struct, Struct string 174pkg expvar, func Handler() http.Handler 175pkg expvar, method (*Float) Value() float64 176pkg expvar, method (Func) Value() interface{} 177pkg expvar, method (*Int) Value() int64 178pkg expvar, method (*String) Value() string 179pkg go/doc, func IsPredeclared(string) bool 180pkg go/types, func Default(Type) Type 181pkg go/types, func IdenticalIgnoreTags(Type, Type) bool 182pkg math/big, method (*Float) Scan(fmt.ScanState, int32) error 183pkg math/big, method (*Int) Sqrt(*Int) *Int 184pkg math/rand, func Uint64() uint64 185pkg math/rand, method (*Rand) Uint64() uint64 186pkg math/rand, type Source64 interface, Int63() int64 187pkg math/rand, type Source64 interface { Int63, Seed, Uint64 } 188pkg math/rand, type Source64 interface, Seed(int64) 189pkg math/rand, type Source64 interface, Uint64() uint64 190pkg net/http, const TrailerPrefix ideal-string 191pkg net/http, const TrailerPrefix = "Trailer:" 192pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeDone func(tls.ConnectionState, error) 193pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeStart func() 194pkg net/http/httputil, type ReverseProxy struct, ModifyResponse func(*http.Response) error 195pkg net/http, method (*Server) Close() error 196pkg net/http, method (*Server) Shutdown(context.Context) error 197pkg net/http, type Pusher interface { Push } 198pkg net/http, type Pusher interface, Push(string, *PushOptions) error 199pkg net/http, type PushOptions struct 200pkg net/http, type PushOptions struct, Header Header 201pkg net/http, type PushOptions struct, Method string 202pkg net/http, type Request struct, GetBody func() (io.ReadCloser, error) 203pkg net/http, type Server struct, IdleTimeout time.Duration 204pkg net/http, type Server struct, ReadHeaderTimeout time.Duration 205pkg net/http, type Transport struct, ProxyConnectHeader Header 206pkg net/http, var ErrAbortHandler error 207pkg net/http, var ErrServerClosed error 208pkg net/http, var NoBody noBody 209pkg net/mail, func ParseDate(string) (time.Time, error) 210pkg net, method (*Buffers) Read([]uint8) (int, error) 211pkg net, method (*Buffers) WriteTo(io.Writer) (int64, error) 212pkg net, method (*Resolver) LookupAddr(context.Context, string) ([]string, error) 213pkg net, method (*Resolver) LookupCNAME(context.Context, string) (string, error) 214pkg net, method (*Resolver) LookupHost(context.Context, string) ([]string, error) 215pkg net, method (*Resolver) LookupIPAddr(context.Context, string) ([]IPAddr, error) 216pkg net, method (*Resolver) LookupMX(context.Context, string) ([]*MX, error) 217pkg net, method (*Resolver) LookupNS(context.Context, string) ([]*NS, error) 218pkg net, method (*Resolver) LookupPort(context.Context, string, string) (int, error) 219pkg net, method (*Resolver) LookupSRV(context.Context, string, string, string) (string, []*SRV, error) 220pkg net, method (*Resolver) LookupTXT(context.Context, string) ([]string, error) 221pkg net, method (*UnixListener) SetUnlinkOnClose(bool) 222pkg net, type Buffers [][]uint8 223pkg net, type Dialer struct, Resolver *Resolver 224pkg net, type Resolver struct 225pkg net, type Resolver struct, PreferGo bool 226pkg net/url, func PathEscape(string) string 227pkg net/url, func PathUnescape(string) (string, error) 228pkg net/url, method (*URL) Hostname() string 229pkg net/url, method (*URL) MarshalBinary() ([]uint8, error) 230pkg net/url, method (*URL) Port() string 231pkg net/url, method (*URL) UnmarshalBinary([]uint8) error 232pkg net, var DefaultResolver *Resolver 233pkg os, func Executable() (string, error) 234pkg os, var ErrClosed error 235pkg plugin, func Open(string) (*Plugin, error) 236pkg plugin, method (*Plugin) Lookup(string) (Symbol, error) 237pkg plugin, type Plugin struct 238pkg plugin, type Symbol interface {} 239pkg reflect, func Swapper(interface{}) func(int, int) 240pkg runtime, func MutexProfile([]BlockProfileRecord) (int, bool) 241pkg runtime, func SetMutexProfileFraction(int) int 242pkg runtime, type MemStats struct, NumForcedGC uint32 243pkg sort, func Slice(interface{}, func(int, int) bool) 244pkg sort, func SliceIsSorted(interface{}, func(int, int) bool) bool 245pkg sort, func SliceStable(interface{}, func(int, int) bool) 246pkg syscall (linux-arm-cgo), func TimevalToNsec(Timeval) int64 247pkg syscall (linux-arm), func TimevalToNsec(Timeval) int64 248pkg syscall (openbsd-386), const SYS_KILL = 122 249pkg syscall (openbsd-386-cgo), const SYS_KILL = 122 250pkg syscall (openbsd-amd64), const SYS_KILL = 122 251pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 122 252pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY = 145 253pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY Errno 254pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY = 145 255pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY Errno 256pkg testing, func CoverMode() string 257pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M 258pkg testing, method (*B) Name() string 259pkg testing, method (*T) Name() string 260pkg testing, type TB interface, Name() string 261pkg time, func Until(Time) Duration 262