Default severity: note
Document exported declarations.
Bad
type Client struct{}Good
// Client sends requests.
type Client struct{}Document exported declarations.
Default severity: note
Document exported declarations.
type Client struct{}// Client sends requests.
type Client struct{}