Comment on Rust vs Go: A Hands-On ComparisonparentComments−badrequest2yIt's absolutely idiomatic to use panic in main. In fact, that's basically the only place it's allowed in "Go programming standards."
Comments
It's absolutely idiomatic to use panic in main. In fact, that's basically the only place it's allowed in "Go programming standards."