Last active
November 29, 2019 14:49
-
-
Save cpusoft/c7020f7792dcaeef8afa5909ac761a59 to your computer and use it in GitHub Desktop.
asn1 optional default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type ROAIPAddress struct { | |
| Address asn1.BitString `json:"address"` | |
| MaxLength int `asn1:"optional,default:-1" json:"maxLength"` | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment