I want to, for example, compare a Type from code I'm ingesting to see if it's a *bytes.Buffer .... is there a way I can make my own Type from a value or type definition in my code so that I can compare the two Types? Or do I have to do something ugly like comparing the String() output of the Type to "*bytes.Buffer" ?
-Nate -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.