Loading
chore(gofmt): enforce usage of any over interface{}
Parent issue: #82 (closed)
This MR adds linting rules enforcing usage of any over interface{}, correcting existing code triggered by the new linting rule.
Since any is a alias for interface{} this is a purely cosmetic change.