I have large go programs in production for several years which have never panicked from the first line of code written. Go's error handling is perhaps simplistic but it doesn't encourage the use of panic, quite the reverse.
I'd be happier if panic didn't exist, but it is extremely rare in real world programs and the std lib.
I'd be happier if panic didn't exist, but it is extremely rare in real world programs and the std lib.