9 lines
99 B
Go
9 lines
99 B
Go
|
package annotation
|
||
|
|
||
|
import "reflect"
|
||
|
|
||
|
type Definition struct {
|
||
|
t reflect.Type
|
||
|
rt reflect.Type
|
||
|
}
|