Does somebody have some time please to explain what I am forgetting to change in the go compiler. Why my added wrapper type is reconiest as <T> instead of wrapper, thanks :)
When you do ./all.bash you get
errorString does not implement error (wrong type for Unwrap method)
have Unwrap() wrapper
want Unwrap() <T>
PS I assume this is the right place to ask, no idea where I should ask otherwise?