Canonical guidance

Use when

Avoid

Preferred pattern

import (
	"context"
	"net/http"
)

Anti-pattern

Explanation: This is tempting when curating local aesthetics, but readers should not have to decode a custom alias layer in every file.

Why

Related pages

Sources