dustin / go-coap

Implementation of CoAP in go.
MIT License
342 stars 103 forks source link

coap.ParseMessage is private #36

Closed niondir closed 7 years ago

niondir commented 7 years ago

Is there a good reason for ParseMessage being private? I'm using the parser and it's a quiet convenient method. I would like to see it public.