bifurcation / mint

A Minimal TLS 1.3 Implementation in Go
MIT License
224 stars 36 forks source link

Enable struct fields to be skipped in encode/decode #206

Closed bifurcation closed 4 years ago

bifurcation commented 4 years ago

Add a none annotation to allow the encoder / decoder to skip struct fields. Works the same as the comparable annotation in encoding/json.

bifurcation commented 4 years ago

Closing as a dup of #198