github.com/ActiveState/go@v0.0.0-20170614201249-0b81c023a722/api/next.txt (about) 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 database/sql, method (*Conn) BeginTx(context.Context, *TxOptions) (*Tx, error) 10 pkg database/sql, method (*Conn) Close() error 11 pkg database/sql, method (*Conn) ExecContext(context.Context, string, ...interface{}) (Result, error) 12 pkg database/sql, method (*Conn) PingContext(context.Context) error 13 pkg database/sql, method (*Conn) PrepareContext(context.Context, string) (*Stmt, error) 14 pkg database/sql, method (*Conn) QueryContext(context.Context, string, ...interface{}) (*Rows, error) 15 pkg database/sql, method (*Conn) QueryRowContext(context.Context, string, ...interface{}) *Row 16 pkg database/sql, method (*DB) Conn(context.Context) (*Conn, error) 17 pkg database/sql, type Conn struct 18 pkg database/sql, var ErrConnDone error 19 pkg encoding/asn1, const TagNull = 5 20 pkg encoding/asn1, const TagNull ideal-int 21 pkg encoding/asn1, var NullBytes []uint8 22 pkg encoding/asn1, var NullRawValue RawValue 23 pkg encoding/csv, type Reader struct, ReuseRecord bool 24 pkg encoding/json, func Valid([]uint8) bool 25 pkg go/ast, type TypeSpec struct, Assign token.Pos 26 pkg go/types, func SizesFor(string, string) Sizes 27 pkg go/types, method (*TypeName) IsAlias() bool 28 pkg hash/fnv, func New128() hash.Hash 29 pkg hash/fnv, func New128a() hash.Hash 30 pkg html/template, const ErrPredefinedEscaper = 11 31 pkg html/template, const ErrPredefinedEscaper ErrorCode 32 pkg image/png, type Encoder struct, BufferPool EncoderBufferPool 33 pkg image/png, type EncoderBuffer struct 34 pkg image/png, type EncoderBufferPool interface { Get, Put } 35 pkg image/png, type EncoderBufferPool interface, Get() *EncoderBuffer 36 pkg image/png, type EncoderBufferPool interface, Put(*EncoderBuffer) 37 pkg math/big, method (*Int) IsInt64() bool 38 pkg math/big, method (*Int) IsUint64() bool 39 pkg math/big, type Word uint 40 pkg math/bits, const UintSize = 64 41 pkg math/bits, const UintSize ideal-int 42 pkg math/bits, func LeadingZeros(uint) int 43 pkg math/bits, func LeadingZeros16(uint16) int 44 pkg math/bits, func LeadingZeros32(uint32) int 45 pkg math/bits, func LeadingZeros64(uint64) int 46 pkg math/bits, func LeadingZeros8(uint8) int 47 pkg math/bits, func Len(uint) int 48 pkg math/bits, func Len16(uint16) int 49 pkg math/bits, func Len32(uint32) int 50 pkg math/bits, func Len64(uint64) int 51 pkg math/bits, func Len8(uint8) int 52 pkg math/bits, func OnesCount(uint) int 53 pkg math/bits, func OnesCount16(uint16) int 54 pkg math/bits, func OnesCount32(uint32) int 55 pkg math/bits, func OnesCount64(uint64) int 56 pkg math/bits, func OnesCount8(uint8) int 57 pkg math/bits, func Reverse(uint) uint 58 pkg math/bits, func Reverse16(uint16) uint16 59 pkg math/bits, func Reverse32(uint32) uint32 60 pkg math/bits, func Reverse64(uint64) uint64 61 pkg math/bits, func Reverse8(uint8) uint8 62 pkg math/bits, func ReverseBytes(uint) uint 63 pkg math/bits, func ReverseBytes16(uint16) uint16 64 pkg math/bits, func ReverseBytes32(uint32) uint32 65 pkg math/bits, func ReverseBytes64(uint64) uint64 66 pkg math/bits, func RotateLeft(uint, int) uint 67 pkg math/bits, func RotateLeft16(uint16, int) uint16 68 pkg math/bits, func RotateLeft32(uint32, int) uint32 69 pkg math/bits, func RotateLeft64(uint64, int) uint64 70 pkg math/bits, func RotateLeft8(uint8, int) uint8 71 pkg math/bits, func TrailingZeros(uint) int 72 pkg math/bits, func TrailingZeros16(uint16) int 73 pkg math/bits, func TrailingZeros32(uint32) int 74 pkg math/bits, func TrailingZeros64(uint64) int 75 pkg math/bits, func TrailingZeros8(uint8) int 76 pkg mime, var ErrInvalidMediaParameter error 77 pkg mime/multipart, type FileHeader struct, Size int64 78 pkg net, type Resolver struct, StrictErrors bool 79 pkg net/http/fcgi, func ProcessEnv(*http.Request) map[string]string 80 pkg net/http/httptest, method (*Server) Certificate() *x509.Certificate 81 pkg net/http/httptest, method (*Server) Client() *http.Client 82 pkg reflect, func MakeMapWithSize(Type, int) Value 83 pkg runtime/pprof, func Do(context.Context, LabelSet, func(context.Context)) 84 pkg runtime/pprof, func ForLabels(context.Context, func(string, string) bool) 85 pkg runtime/pprof, func Label(context.Context, string) (string, bool) 86 pkg runtime/pprof, func Labels(...string) LabelSet 87 pkg runtime/pprof, func SetGoroutineLabels(context.Context) 88 pkg runtime/pprof, func WithLabels(context.Context, LabelSet) context.Context 89 pkg runtime/pprof, type LabelSet struct 90 pkg sync, method (*Map) Delete(interface{}) 91 pkg sync, method (*Map) Load(interface{}) (interface{}, bool) 92 pkg sync, method (*Map) LoadOrStore(interface{}, interface{}) (interface{}, bool) 93 pkg sync, method (*Map) Range(func(interface{}, interface{}) bool) 94 pkg sync, method (*Map) Store(interface{}, interface{}) 95 pkg sync, type Map struct 96 pkg syscall (darwin-386), type Credential struct, NoSetGroups bool 97 pkg syscall (darwin-386-cgo), type Credential struct, NoSetGroups bool 98 pkg syscall (darwin-amd64), type Credential struct, NoSetGroups bool 99 pkg syscall (darwin-amd64-cgo), type Credential struct, NoSetGroups bool 100 pkg syscall (freebsd-386), func Pipe2([]int, int) error 101 pkg syscall (freebsd-386), type Credential struct, NoSetGroups bool 102 pkg syscall (freebsd-386-cgo), func Pipe2([]int, int) error 103 pkg syscall (freebsd-386-cgo), type Credential struct, NoSetGroups bool 104 pkg syscall (freebsd-amd64), func Pipe2([]int, int) error 105 pkg syscall (freebsd-amd64), type Credential struct, NoSetGroups bool 106 pkg syscall (freebsd-amd64-cgo), func Pipe2([]int, int) error 107 pkg syscall (freebsd-amd64-cgo), type Credential struct, NoSetGroups bool 108 pkg syscall (freebsd-arm), func Pipe2([]int, int) error 109 pkg syscall (freebsd-arm), type Credential struct, NoSetGroups bool 110 pkg syscall (freebsd-arm-cgo), func Pipe2([]int, int) error 111 pkg syscall (freebsd-arm-cgo), type Credential struct, NoSetGroups bool 112 pkg syscall (linux-386), type Credential struct, NoSetGroups bool 113 pkg syscall (linux-386-cgo), type Credential struct, NoSetGroups bool 114 pkg syscall (linux-amd64), type Credential struct, NoSetGroups bool 115 pkg syscall (linux-amd64-cgo), type Credential struct, NoSetGroups bool 116 pkg syscall (linux-arm), type Credential struct, NoSetGroups bool 117 pkg syscall (linux-arm-cgo), type Credential struct, NoSetGroups bool 118 pkg syscall (netbsd-386), type Credential struct, NoSetGroups bool 119 pkg syscall (netbsd-386-cgo), type Credential struct, NoSetGroups bool 120 pkg syscall (netbsd-amd64), type Credential struct, NoSetGroups bool 121 pkg syscall (netbsd-amd64-cgo), type Credential struct, NoSetGroups bool 122 pkg syscall (netbsd-arm), type Credential struct, NoSetGroups bool 123 pkg syscall (netbsd-arm-cgo), type Credential struct, NoSetGroups bool 124 pkg syscall (openbsd-386), type Credential struct, NoSetGroups bool 125 pkg syscall (openbsd-386-cgo), type Credential struct, NoSetGroups bool 126 pkg syscall (openbsd-amd64), type Credential struct, NoSetGroups bool 127 pkg syscall (openbsd-amd64-cgo), type Credential struct, NoSetGroups bool 128 pkg syscall (windows-386), const WSAECONNABORTED = 10053 129 pkg syscall (windows-386), const WSAECONNABORTED Errno 130 pkg syscall (windows-amd64), const WSAECONNABORTED = 10053 131 pkg syscall (windows-amd64), const WSAECONNABORTED Errno 132 pkg testing, method (*B) Helper() 133 pkg testing, method (*T) Helper() 134 pkg testing, type TB interface, Helper() 135 pkg time, method (Duration) Round(Duration) Duration 136 pkg time, method (Duration) Truncate(Duration) Duration