package main func check(e error) { if e != nil { panic(e) }}
package main
func check(e error) {
if e != nil {
panic(e)
}