You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 replaced with reflect.ValueOf.
I remedied the issues with both the ldap and asn1-ber package and made it goinstall'able. You can install the ldap package by using goinstall github.com/hsoj/ldap
I remedied the issues with both the ldap and asn1-ber package and made it
goinstall'able. You can install the ldap package by using goinstall github.com/hsoj/ldap
Reply to this email directly or view it on GitHub: #1 (comment)
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 replaced with reflect.ValueOf.
RESOLUTION:
The text was updated successfully, but these errors were encountered: