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
--- FAIL: TestScannableSlices (0.00s)
panic: runtime error: cgo argument has Go pointer to Go pointer [recovered]
panic: runtime error: cgo argument has Go pointer to Go pointer
Apparently Go pointer to Go pointer is no longer allowed: golang/go#12416
The text was updated successfully, but these errors were encountered:
As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819641
TestScannableSlices fails on Golang 1.6:
Apparently Go pointer to Go pointer is no longer allowed: golang/go#12416
The text was updated successfully, but these errors were encountered: