mirror of
https://github.com/vlang/v.git
synced 2025-09-17 00:12:26 +03:00
x.encoding.asn1: cleanup code and comments (#22847)
This commit is contained in:
parent
62bdf990d0
commit
897ec51480
24 changed files with 169 additions and 76 deletions
|
@ -69,11 +69,11 @@ fn main() {
|
|||
assert int_el_value == 32
|
||||
}
|
||||
```
|
||||
See more complete examples in the [examples](examples/) directory.
|
||||
See more complete examples in the [examples](https://github.com/vlang/v/tree/master/vlib/x/encoding/asn1/examples/) directory.
|
||||
|
||||
## Documentation
|
||||
|
||||
See the [documentation](DOCS.md) for more detailed information on
|
||||
See the [documentation](https://github.com/vlang/v/blob/master/vlib/x/encoding/asn1/DOCS.md) for more detailed information on
|
||||
how to use functionality in this module.
|
||||
|
||||
## License
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue