annotation-go/definition.go
crusader b37874d849 ing
2018-07-17 19:58:14 +09:00

9 lines
99 B
Go

package annotation
import "reflect"
type Definition struct {
t reflect.Type
rt reflect.Type
}