First, welcome to the go-objectid repository. This repository offers a package allowing true, unbounded ASN.1 OBJECT IDENTIFIER support in Golang with many convenient features and encoding/decoding support. The goal of this package is to offer a means of avoiding the shortcomings of the "encoding/asn1" package in terms of OID support.
A few things should be reviewed before submitting a contribution to this repository:
- Read our Code of Conduct to keep our community approachable and respectable.
- Review the main page, which provides the entire suite of useful documentation rendered in Go's typically slick manner 😎.
- Review the Collaborating with pull requests document, unless you're already familiar with its concepts ...
- Keep cyclomatic factors <= 9
- Keep test coverage at 100%
- All exported constructs -- methods, functions, types, global vars -- must be commented in proper English grammar.
So long as these rules are honored, contributions are welcome.