grafana/vendor/gopkg.in/asn1-ber.v1
2016-09-14 16:14:27 +02:00
..
.travis.yml tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
ber_test.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
ber.go tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
LICENSE tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00
README.md tech(build): move dependencies to vendor folder 2016-09-14 16:14:27 +02:00

GoDoc Build Status

ASN1 BER Encoding / Decoding Library for the GO programming language.

Required libraries: None

Working: Very basic encoding / decoding needed for LDAP protocol

Tests Implemented: A few

TODO: Fix all encoding / decoding to conform to ASN1 BER spec Implement Tests / Benchmarks