Hacker News new | ask | show | jobs
by bouncycastle 2759 days ago
Actually, any type can be an error, just as long as it impliments the Error interface. Go is more about interfaces - if some type impliments some interface, then that's what it is.