hub-tool icon indicating copy to clipboard operation
hub-tool copied to clipboard

update: remove unreachable code

Open k8scat opened this issue 3 years ago • 0 comments

Remove unreachable code

if resp.StatusCode < 200 || resp.StatusCode >= 300 {
	return nil, fmt.Errorf("bad status code %q: %s", resp.Status, string(buf))
}

k8scat avatar Sep 24 '22 18:09 k8scat