asn1-ber
asn1-ber copied to clipboard
ASN1 BER Encoding / Decoding Library for the GO programming language.
Simple changes to port the code Go 1.1.1. Also ran `go fmt`.
reflect.NewValue was removed and replaced with reflect.ValueOf
license?
Hello, I'm interested in using your asn-ber library in another open-source project. However, I do not see a license listed here. Would it be possible to clarify which license you...
➜ ~ go get github.com/mmitton/ldap # github.com/mmitton/asn1-ber c:\go\src\pkg\github.com\mmitton\asn1-ber\ber.go:170: undefined: os.Error c:\go\src\pkg\github.com\mmitton\asn1-ber\ber.go:183: undefined: os.Error
please run 'go fix' in ldap&asn1-ber
With the latest 'Release' branch of Golang the asn1-ber package fails to build properly due to changes with the reflect package. The change was reflect.NewValue no longer exists and was...