# README
go-inspect
Inspect the hidden places of Go.
# Functions
FieldAt locates a field with index.
FieldByName locates a field with name.
FuncOf find the function entry by package path and name, the function should be linked and should not be inlined.
No description provided by the author
RuntimeFuncOf find the function entry by package path and name in runtime, the function should be linked and should not be inlined.
RuntimeTypeOf find the type by package path and name in runtime.
No description provided by the author
TypeOf find the type by package path and name.