mmitton / asn1-ber

ASN1 BER Encoding / Decoding Library for the GO programming language.
MIT License
34 stars 43 forks source link

Resolved issue ber.go line 386 #2

Open hsoj opened 13 years ago

hsoj commented 13 years ago

reflect.NewValue was removed and replaced with reflect.ValueOf

hsoj commented 13 years ago

Forgot to mention, you can ignore the last commit. I had to update that so I could use the goinstall process on multiple machines.

thraxil commented 12 years ago

This pull request hasn't been responded to in a year, so I'm assuming this project is more or less abandoned.

I've forked it to https://github.com/thraxil/asn1-ber applied hsoj's patch, and gotten it compiling with Go 1.0. I'm not looking to actively develop on it, but I'll try to keep up with pull-requests and Go updates. If anyone else wants to take over, let me know and I'll happily go along with it.