Skip to content

unexported-return

Avoid exported APIs returning private types.

Updated View as Markdown

Default severity: warning

Avoid exported APIs returning private types.

Bad

func NewClient() *client

Good

func NewClient() *Client
Navigation

Type to search…

↑↓ navigate↵ selectEsc close