type encoding/gob.gobError

3 uses

	encoding/gob (current package)
		error.go#L17: type gobError struct {
		error.go#L29: 	panic(gobError{err})
		error.go#L36: 		ge, ok := e.(gobError)