Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 247 Bytes

use-any.md

File metadata and controls

11 lines (6 loc) · 247 Bytes

Pattern: Missing use of any

Issue: -

Description

Since GO 1.18, interface{} has an alias: any. This rule proposes to replace instances of interface{} with any.

Further Reading