Documentation ¶
Index ¶
- Variables
- func GetBitSize(kind types.BasicKind) string
- func HasContext(t types.Type) bool
- func HasContextInParams(params *types.Tuple) bool
- func HasContextInSignature(sig *types.Signature) bool
- func HasError(t types.Type) bool
- func HasErrorInResults(results *types.Tuple) bool
- func HasPanic(t types.Type) bool
- func LookupFieldSig(name string, sig *types.Signature) *types.Var
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorType = types.Universe.Lookup("error").Type() PanicType = types.Universe.Lookup("panic").Type() )
Functions ¶
func GetBitSize ¶
func HasContext ¶
func HasContextInParams ¶
func HasContextInSignature ¶
func HasErrorInResults ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.