1pkg bufio, method (*Writer) AvailableBuffer() []uint82pkg bufio, method (ReadWriter) AvailableBuffer() []uint83pkg bytes, func Cut([]uint8, []uint8) ([]uint8, []uint8, bool)4pkg bytes, func Title //deprecated5pkg crypto/tls, method (*Conn) NetConn() net.Conn6pkg crypto/tls, type Config struct, PreferServerCipherSuites //deprecated7pkg crypto/x509, method (*CertPool) Subjects //deprecated8pkg debug/buildinfo, func Read(io.ReaderAt) (*debug.BuildInfo, error)9pkg debug/buildinfo, func ReadFile(string) (*debug.BuildInfo, error)10pkg debug/buildinfo, type BuildInfo = debug.BuildInfo11pkg debug/dwarf, type BasicType struct, DataBitOffset int6412pkg debug/dwarf, type StructField struct, DataBitOffset int6413pkg debug/elf, const R_PPC64_RELATIVE = 2214pkg debug/elf, const R_PPC64_RELATIVE R_PPC6415pkg debug/plan9obj, var ErrNoSymbols error16pkg go/ast, method (*IndexListExpr) End() token.Pos17pkg go/ast, method (*IndexListExpr) Pos() token.Pos18pkg go/ast, type FuncType struct, TypeParams *FieldList19pkg go/ast, type IndexListExpr struct20pkg go/ast, type IndexListExpr struct, Indices []Expr21pkg go/ast, type IndexListExpr struct, Lbrack token.Pos22pkg go/ast, type IndexListExpr struct, Rbrack token.Pos23pkg go/ast, type IndexListExpr struct, X Expr24pkg go/ast, type TypeSpec struct, TypeParams *FieldList25pkg go/constant, method (Kind) String() string26pkg go/token, const TILDE = 8827pkg go/token, const TILDE Token28pkg go/types, func Instantiate(*Context, Type, []Type, bool) (Type, error)29pkg go/types, func NewContext() *Context30pkg go/types, func NewSignature //deprecated31pkg go/types, func NewSignatureType(*Var, []*TypeParam, []*TypeParam, *Tuple, *Tuple, bool) *Signature32pkg go/types, func NewTerm(bool, Type) *Term33pkg go/types, func NewTypeParam(*TypeName, Type) *TypeParam34pkg go/types, func NewUnion([]*Term) *Union35pkg go/types, method (*ArgumentError) Error() string36pkg go/types, method (*ArgumentError) Unwrap() error37pkg go/types, method (*Interface) IsComparable() bool38pkg go/types, method (*Interface) IsImplicit() bool39pkg go/types, method (*Interface) IsMethodSet() bool40pkg go/types, method (*Interface) MarkImplicit()41pkg go/types, method (*Named) Origin() *Named42pkg go/types, method (*Named) SetTypeParams([]*TypeParam)43pkg go/types, method (*Named) TypeArgs() *TypeList44pkg go/types, method (*Named) TypeParams() *TypeParamList45pkg go/types, method (*Signature) RecvTypeParams() *TypeParamList46pkg go/types, method (*Signature) TypeParams() *TypeParamList47pkg go/types, method (*Term) String() string48pkg go/types, method (*Term) Tilde() bool49pkg go/types, method (*Term) Type() Type50pkg go/types, method (*TypeList) At(int) Type51pkg go/types, method (*TypeList) Len() int52pkg go/types, method (*TypeParam) Constraint() Type53pkg go/types, method (*TypeParam) Index() int54pkg go/types, method (*TypeParam) Obj() *TypeName55pkg go/types, method (*TypeParam) SetConstraint(Type)56pkg go/types, method (*TypeParam) String() string57pkg go/types, method (*TypeParam) Underlying() Type58pkg go/types, method (*TypeParamList) At(int) *TypeParam59pkg go/types, method (*TypeParamList) Len() int60pkg go/types, method (*Union) Len() int61pkg go/types, method (*Union) String() string62pkg go/types, method (*Union) Term(int) *Term63pkg go/types, method (*Union) Underlying() Type64pkg go/types, type ArgumentError struct65pkg go/types, type ArgumentError struct, Err error66pkg go/types, type ArgumentError struct, Index int67pkg go/types, type Config struct, Context *Context68pkg go/types, type Config struct, GoVersion string69pkg go/types, type Context struct70pkg go/types, type Info struct, Instances map[*ast.Ident]Instance71pkg go/types, type Instance struct72pkg go/types, type Instance struct, Type Type73pkg go/types, type Instance struct, TypeArgs *TypeList74pkg go/types, type Term struct75pkg go/types, type TypeList struct76pkg go/types, type TypeParam struct77pkg go/types, type TypeParamList struct78pkg go/types, type Union struct79pkg net, func TCPAddrFromAddrPort(netip.AddrPort) *TCPAddr80pkg net, func UDPAddrFromAddrPort(netip.AddrPort) *UDPAddr81pkg net, method (*Resolver) LookupNetIP(context.Context, string, string) ([]netip.Addr, error)82pkg net, method (*TCPAddr) AddrPort() netip.AddrPort83pkg net, method (*UDPAddr) AddrPort() netip.AddrPort84pkg net, method (*UDPConn) ReadFromUDPAddrPort([]uint8) (int, netip.AddrPort, error)85pkg net, method (*UDPConn) ReadMsgUDPAddrPort([]uint8, []uint8) (int, int, int, netip.AddrPort, error)86pkg net, method (*UDPConn) WriteMsgUDPAddrPort([]uint8, []uint8, netip.AddrPort) (int, int, error)87pkg net, method (*UDPConn) WriteToUDPAddrPort([]uint8, netip.AddrPort) (int, error)88pkg net, type Error interface, Temporary //deprecated89pkg net/http, func MaxBytesHandler(Handler, int64) Handler90pkg net/http, method (*Cookie) Valid() error91pkg net/netip, func AddrFrom16([16]uint8) Addr92pkg net/netip, func AddrFrom4([4]uint8) Addr93pkg net/netip, func AddrFromSlice([]uint8) (Addr, bool)94pkg net/netip, func AddrPortFrom(Addr, uint16) AddrPort95pkg net/netip, func IPv4Unspecified() Addr96pkg net/netip, func IPv6LinkLocalAllNodes() Addr97pkg net/netip, func IPv6Unspecified() Addr98pkg net/netip, func MustParseAddr(string) Addr99pkg net/netip, func MustParseAddrPort(string) AddrPort100pkg net/netip, func MustParsePrefix(string) Prefix101pkg net/netip, func ParseAddr(string) (Addr, error)102pkg net/netip, func ParseAddrPort(string) (AddrPort, error)103pkg net/netip, func ParsePrefix(string) (Prefix, error)104pkg net/netip, func PrefixFrom(Addr, int) Prefix105pkg net/netip, method (*Addr) UnmarshalBinary([]uint8) error106pkg net/netip, method (*Addr) UnmarshalText([]uint8) error107pkg net/netip, method (*AddrPort) UnmarshalBinary([]uint8) error108pkg net/netip, method (*AddrPort) UnmarshalText([]uint8) error109pkg net/netip, method (*Prefix) UnmarshalBinary([]uint8) error110pkg net/netip, method (*Prefix) UnmarshalText([]uint8) error111pkg net/netip, method (Addr) AppendTo([]uint8) []uint8112pkg net/netip, method (Addr) As16() [16]uint8113pkg net/netip, method (Addr) As4() [4]uint8114pkg net/netip, method (Addr) AsSlice() []uint8115pkg net/netip, method (Addr) BitLen() int116pkg net/netip, method (Addr) Compare(Addr) int117pkg net/netip, method (Addr) Is4() bool118pkg net/netip, method (Addr) Is4In6() bool119pkg net/netip, method (Addr) Is6() bool120pkg net/netip, method (Addr) IsGlobalUnicast() bool121pkg net/netip, method (Addr) IsInterfaceLocalMulticast() bool122pkg net/netip, method (Addr) IsLinkLocalMulticast() bool123pkg net/netip, method (Addr) IsLinkLocalUnicast() bool124pkg net/netip, method (Addr) IsLoopback() bool125pkg net/netip, method (Addr) IsMulticast() bool126pkg net/netip, method (Addr) IsPrivate() bool127pkg net/netip, method (Addr) IsUnspecified() bool128pkg net/netip, method (Addr) IsValid() bool129pkg net/netip, method (Addr) Less(Addr) bool130pkg net/netip, method (Addr) MarshalBinary() ([]uint8, error)131pkg net/netip, method (Addr) MarshalText() ([]uint8, error)132pkg net/netip, method (Addr) Next() Addr133pkg net/netip, method (Addr) Prefix(int) (Prefix, error)134pkg net/netip, method (Addr) Prev() Addr135pkg net/netip, method (Addr) String() string136pkg net/netip, method (Addr) StringExpanded() string137pkg net/netip, method (Addr) Unmap() Addr138pkg net/netip, method (Addr) WithZone(string) Addr139pkg net/netip, method (Addr) Zone() string140pkg net/netip, method (AddrPort) Addr() Addr141pkg net/netip, method (AddrPort) AppendTo([]uint8) []uint8142pkg net/netip, method (AddrPort) IsValid() bool143pkg net/netip, method (AddrPort) MarshalBinary() ([]uint8, error)144pkg net/netip, method (AddrPort) MarshalText() ([]uint8, error)145pkg net/netip, method (AddrPort) Port() uint16146pkg net/netip, method (AddrPort) String() string147pkg net/netip, method (Prefix) Addr() Addr148pkg net/netip, method (Prefix) AppendTo([]uint8) []uint8149pkg net/netip, method (Prefix) Bits() int150pkg net/netip, method (Prefix) Contains(Addr) bool151pkg net/netip, method (Prefix) IsSingleIP() bool152pkg net/netip, method (Prefix) IsValid() bool153pkg net/netip, method (Prefix) MarshalBinary() ([]uint8, error)154pkg net/netip, method (Prefix) MarshalText() ([]uint8, error)155pkg net/netip, method (Prefix) Masked() Prefix156pkg net/netip, method (Prefix) Overlaps(Prefix) bool157pkg net/netip, method (Prefix) String() string158pkg net/netip, type Addr struct159pkg net/netip, type AddrPort struct160pkg net/netip, type Prefix struct161pkg reflect, const Pointer = 22162pkg reflect, const Pointer Kind163pkg reflect, func PointerTo(Type) Type164pkg reflect, method (*MapIter) Reset(Value)165pkg reflect, method (Value) CanComplex() bool166pkg reflect, method (Value) CanFloat() bool167pkg reflect, method (Value) CanInt() bool168pkg reflect, method (Value) CanUint() bool169pkg reflect, method (Value) FieldByIndexErr([]int) (Value, error)170pkg reflect, method (Value) SetIterKey(*MapIter)171pkg reflect, method (Value) SetIterValue(*MapIter)172pkg reflect, method (Value) UnsafePointer() unsafe.Pointer173pkg runtime/debug, func ParseBuildInfo(string) (*BuildInfo, error)174pkg runtime/debug, method (*BuildInfo) String() string175pkg runtime/debug, type BuildInfo struct, GoVersion string176pkg runtime/debug, type BuildInfo struct, Settings []BuildSetting177pkg runtime/debug, type BuildSetting struct178pkg runtime/debug, type BuildSetting struct, Key string179pkg runtime/debug, type BuildSetting struct, Value string180pkg strings, func Clone(string) string181pkg strings, func Cut(string, string) (string, string, bool)182pkg strings, func Title //deprecated183pkg sync, method (*Mutex) TryLock() bool184pkg sync, method (*RWMutex) TryLock() bool185pkg sync, method (*RWMutex) TryRLock() bool186pkg syscall (freebsd-386), type SysProcAttr struct, Pdeathsig Signal187pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pdeathsig Signal188pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal189pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal190pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal191pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal192pkg syscall (freebsd-arm64), type SysProcAttr struct, Pdeathsig Signal193pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Pdeathsig Signal194pkg syscall (windows-386), func Syscall //deprecated195pkg syscall (windows-386), func Syscall12 //deprecated196pkg syscall (windows-386), func Syscall15 //deprecated197pkg syscall (windows-386), func Syscall18 //deprecated198pkg syscall (windows-386), func Syscall6 //deprecated199pkg syscall (windows-386), func Syscall9 //deprecated200pkg syscall (windows-386), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)201pkg syscall (windows-amd64), func Syscall //deprecated202pkg syscall (windows-amd64), func Syscall12 //deprecated203pkg syscall (windows-amd64), func Syscall15 //deprecated204pkg syscall (windows-amd64), func Syscall18 //deprecated205pkg syscall (windows-amd64), func Syscall6 //deprecated206pkg syscall (windows-amd64), func Syscall9 //deprecated207pkg syscall (windows-amd64), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)208pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalFuzzTarget, []InternalExample) *M209pkg testing, method (*F) Add(...interface{})210pkg testing, method (*F) Cleanup(func())211pkg testing, method (*F) Error(...interface{})212pkg testing, method (*F) Errorf(string, ...interface{})213pkg testing, method (*F) Fail()214pkg testing, method (*F) FailNow()215pkg testing, method (*F) Failed() bool216pkg testing, method (*F) Fatal(...interface{})217pkg testing, method (*F) Fatalf(string, ...interface{})218pkg testing, method (*F) Fuzz(interface{})219pkg testing, method (*F) Helper()220pkg testing, method (*F) Log(...interface{})221pkg testing, method (*F) Logf(string, ...interface{})222pkg testing, method (*F) Name() string223pkg testing, method (*F) Setenv(string, string)224pkg testing, method (*F) Skip(...interface{})225pkg testing, method (*F) SkipNow()226pkg testing, method (*F) Skipf(string, ...interface{})227pkg testing, method (*F) Skipped() bool228pkg testing, method (*F) TempDir() string229pkg testing, type F struct230pkg testing, type InternalFuzzTarget struct231pkg testing, type InternalFuzzTarget struct, Fn func(*F)232pkg testing, type InternalFuzzTarget struct, Name string233pkg text/template/parse, const NodeBreak = 21234pkg text/template/parse, const NodeBreak NodeType235pkg text/template/parse, const NodeContinue = 22236pkg text/template/parse, const NodeContinue NodeType237pkg text/template/parse, method (*BreakNode) Copy() Node238pkg text/template/parse, method (*BreakNode) String() string239pkg text/template/parse, method (*ContinueNode) Copy() Node240pkg text/template/parse, method (*ContinueNode) String() string241pkg text/template/parse, method (BreakNode) Position() Pos242pkg text/template/parse, method (BreakNode) Type() NodeType243pkg text/template/parse, method (ContinueNode) Position() Pos244pkg text/template/parse, method (ContinueNode) Type() NodeType245pkg text/template/parse, type BreakNode struct246pkg text/template/parse, type BreakNode struct, Line int247pkg text/template/parse, type BreakNode struct, embedded NodeType248pkg text/template/parse, type BreakNode struct, embedded Pos249pkg text/template/parse, type ContinueNode struct250pkg text/template/parse, type ContinueNode struct, Line int251pkg text/template/parse, type ContinueNode struct, embedded NodeType252pkg text/template/parse, type ContinueNode struct, embedded Pos253pkg unicode/utf8, func AppendRune([]uint8, int32) []uint8
Findings
✓ No findings reported for this file.