Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Uint8 = &types.Type{ Name: types.Name{Name: "uint8"}, Kind: types.Builtin, } Int8 = &types.Type{ Name: types.Name{Name: "int8"}, Kind: types.Builtin, } Builtins = &types.Package{ Types: map[string]*types.Type{ "int8": Int8, "uint8": Uint8, }, Imports: map[string]*types.Package{}, Path: "", Name: "", } )
Functions ¶
func ReplaceUniverse ¶
ReplaceUniverse replace u2 to u1 Universe
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.