1 package urn 2 3 type Kind int 4 5 const ( 6 NONE Kind = iota 7 RFC2141 8 RFC7643 9 RFC8141 10 ) 11
View as plain text