diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-07 20:04:47 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-07 20:04:47 -0400 |
commit | 59a7c7c5a530cead1905c0c686869ea0f6a7949c (patch) | |
tree | 00e1e6a987b9fd032e24b2edd1603a0a711f3878 /modules/asn1-ber/README | |
parent | 25d6ae69d1cb392922b9d9dc0da1c17aef9a9db2 (diff) | |
download | gitea-59a7c7c5a530cead1905c0c686869ea0f6a7949c.tar.gz gitea-59a7c7c5a530cead1905c0c686869ea0f6a7949c.zip |
Remove ldap dep
Diffstat (limited to 'modules/asn1-ber/README')
-rw-r--r-- | modules/asn1-ber/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/asn1-ber/README b/modules/asn1-ber/README new file mode 100644 index 0000000000..bb785a06fc --- /dev/null +++ b/modules/asn1-ber/README @@ -0,0 +1,14 @@ +ASN1 BER Encoding / Decoding Library for the GO programming language. + +Required Librarys: + None + +Working: + Very basic encoding / decoding needed for LDAP protocol + +Tests Implemented: + None + +TODO: + Fix all encoding / decoding to conform to ASN1 BER spec + Implement Tests / Benchmarks |