Imports #
ptwo "p2"
ptwo "p2"
Deprecated: use B.
const A = 1
const A64 int64 = 1
const AIsLowerA = a
const B0 = 2
var Byte byte
Variables with conversions:
var ByteConv = *ast.CallExpr
var ByteFunc func(byte) rune
var ChecksumError = *ast.CallExpr
const ConstChase2 = constChase
const ConversionConst = *ast.CallExpr
const FloatConst = 1.5
var SIPtr = *ast.UnaryExpr
var SIPtr2 *SI
var SIVal = SI{...}
const StrConst = "foo"
Variables with conversions:
var StrConv = *ast.CallExpr
Variables from function calls.
var V = *ast.CallExpr
Variables from function calls.
var V1 = *ast.CallExpr
Variables from function calls.
var V2 = *ast.CallExpr
Deprecated: use WError.
var VError = *ast.CallExpr
var X I
var X0 int64
var Y int
const a = 11
var assertVar = *ast.TypeAssertExpr
var chanVar chan int
const constChase = AIsLowerA
const foo = "foo"
const foo2 string = "foo2"
var funcLit = *ast.FuncLit
var ifaceVar any = 5
var indexVar = *ast.IndexExpr
var m map[string]int
var parenExpr = *ast.ParenExpr
const truth = *ast.BinaryExpr
var x = *ast.UnaryExpr
type FuncType func(x int, y int, s string) (b *B, err error)
type MyInt int
type myInt int
type Error interface {
error
Temporary() bool
}
type I interface {
Namer
ptwo.Twoer
Set(name string, balance int64)
Get(string) int64
GetNamed(string) balance int64
private()
}
type Namer interface {
Name() string
}
Deprecated: Use Unexported.
type Private interface {
X()
y()
}
type Public interface {
X()
Y()
}
type B struct {
common
}
type ByteStruct struct {
B byte
R rune
}
type Codec struct {
Func func(x int, y int) z int
}
type EmbedSelector struct {
Time
}
type EmbedURLPtr struct {
*URL
}
type Embedded struct {
}
type S struct {
Public *int
private *int
PublicTime Time
}
type S2 struct {
S
Extra bool
}
type SI struct {
I int
}
type T struct {
common
}
type TPtrExported struct {
*Embedded
}
type TPtrUnexported struct {
*common
}
type Time struct {
}
Deprecated: use URI.
type URL struct {
}
type common struct {
i int
}
type s struct {
}
func Bar(x int8, y int16, z int64)
func Bar1(x int8, y int16, z int64) uint64
func Bar2(x int8, y int16, z int64) (uint8, uint64)
func BarE() Error
func (myInt) CapitalMethodUnexportedType()
func (*B) JustOnB()
func (*T) JustOnT()
func (s) Method()
func Now() Time
func (*common) OnBothTandBPtr()
func (common) OnBothTandBVal()
func (*Embedded) OnEmbedded()
func PlainFunc(x int, y int, s string) (b *B, err error)
Deprecated: use TMethod.
func (s *S2) SMethod(x int8, y int16, z int64)
func (S) StructValueMethod()
func (ignored S) StructValueMethodNamedRecv()
func TakesFunc(f func(dontWantName int) int)
func ellipsis(...string)
func (s) method()
func (myInt) privateTypeMethod()
func unexported(x int8, y int16, z int64)
func (s *S2) unexported(x int8, y int16, z int64)
Generated with Arrow