package
0.0.2
Repository: https://github.com/dave/jsgo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
RelativeTo(pkg) returns a Qualifier that fully qualifies members of all packages other than pkg.
TypeString returns the string representation of typ.
WriteSignature writes the representation of the signature sig to buf, without a leading "func" keyword.
WriteType writes the string representation of typ to buf.

# Constants

package unsafe.
universe scope.
testing support.
predeclared types.
No description provided by the author
aliases.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
type is invalid.
Properties of basic types.
Properties of basic types.
Properties of basic types.
Properties of basic types.
Properties of basic types.
Properties of basic types.
Properties of basic types.
Properties of basic types.
Properties of basic types.
Properties of basic types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The direction of a channel is indicated by one of these constants.
No description provided by the author
The direction of a channel is indicated by one of these constants.
The direction of a channel is indicated by one of these constants.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
types for untyped values.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
EmptyInterface represents the empty (completed) interface.
MarkComplete is used to mark an empty interface as completely set up by setting the allMethods field to a non-nil empty slice.
No description provided by the author

# Structs

An Array represents an array type.
A Basic represents a basic type.
A Builtin represents a built-in function.
A Chan represents a channel type.
A Const represents a declared constant.
A Func represents a declared function, concrete method, or abstract (interface) method.
No description provided by the author
An Interface represents an interface type.
A Label represents a declared label.
A Map represents a map type.
A Named represents a named type.
Nil represents the predeclared value nil.
An object implements the common parts of an Object.
A PkgName represents an imported Go package.
A Pointer represents a pointer type.
No description provided by the author
A Signature represents a (non-builtin) function or method type.
A Slice represents a slice type.
A Struct represents a struct type.
A Tuple represents an ordered list of variables; a nil *Tuple is a valid (empty) tuple.
A TypeName represents a name for a (named or alias) type.
A Variable represents a declared variable (including function parameters and results, and struct fields).

# Interfaces

No description provided by the author
A Type represents a type of Go.

# Type aliases

BasicInfo is a set of flags describing properties of a basic type.
BasicKind describes the kind of basic type.
A builtinId is the id of a builtin function.
A ChanDir value indicates a channel direction.
Kind specifies the kind of value represented by a Value.
A Qualifier controls how named package-level objects are printed in calls to TypeString, ObjectString, and SelectionString.