Imports #
ptwo "p2"
ptwo "p2"
Deprecated: use B.
const A = 1const A64 int64 = 1const AIsLowerA = aconst B0 = 2var Byte byteVariables with conversions:
var ByteConv = *ast.CallExprvar ByteFunc func(byte) runevar ChecksumError = *ast.CallExprconst ConstChase2 = constChaseconst ConversionConst = *ast.CallExprconst FloatConst = 1.5var SIPtr = *ast.UnaryExprvar SIPtr2 *SIvar SIVal = SI{...}const StrConst = "foo"Variables with conversions:
var StrConv = *ast.CallExprVariables from function calls.
var V = *ast.CallExprVariables from function calls.
var V1 = *ast.CallExprVariables from function calls.
var V2 = *ast.CallExprDeprecated: use WError.
var VError = *ast.CallExprvar X Ivar X0 int64var Y intconst a = 11var assertVar = *ast.TypeAssertExprvar chanVar chan intconst constChase = AIsLowerAconst foo = "foo"const foo2 string = "foo2"var funcLit = *ast.FuncLitvar ifaceVar any = 5var indexVar = *ast.IndexExprvar m map[string]intvar parenExpr = *ast.ParenExprconst truth = *ast.BinaryExprvar x = *ast.UnaryExprtype FuncType func(x int, y int, s string) (b *B, err error)type MyInt inttype myInt inttype 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) uint64func Bar2(x int8, y int16, z int64) (uint8, uint64)func BarE() Errorfunc (myInt) CapitalMethodUnexportedType()func (*B) JustOnB()func (*T) JustOnT()func (s) Method()func Now() Timefunc (*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