Skip to content

Instantly share code, notes, and snippets.

@cpusoft
Last active November 29, 2019 14:49
Show Gist options
  • Save cpusoft/c7020f7792dcaeef8afa5909ac761a59 to your computer and use it in GitHub Desktop.
Save cpusoft/c7020f7792dcaeef8afa5909ac761a59 to your computer and use it in GitHub Desktop.
asn1 optional default
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