I changed /usr/local/go/src/builtin/builtin.go

type error interface {
  Error() string
  Unwrap() wrapper.Wrapper
}

But after compiling go successfully with ./all.bash it seems type error is 
stil 

type error interface {
  Error() string
}

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/466919e0-3ed5-45d6-a360-9b5836b56ba5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to