package
0.2.1
Repository: https://github.com/tbd54566975/golang-tools.git
Documentation: pkg.go.dev

# Functions

Enabled reports whether [NewAlias] should create [types.Alias] types.
NewAlias creates a new TypeName in Package pkg that is an alias for the type rhs.
Rhs returns the type on the right-hand side of the alias declaration.
Unalias is a wrapper of types.Unalias.

# Type aliases

Alias is an alias of types.Alias.