Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. var (
  2. // retrive the reflect.Type of an instance of the Marshaler interface.
  3. marshalerType = reflect.TypeOf(new(Marshaler)).Elem()
  4. textMarshalerType = reflect.TypeOf(new(encoding.TextMarshaler)).Elem()
  5. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement