apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.

Home Page:https://horaedb.apache.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid implicit field initialization

ShiKaiWi opened this issue · comments

Description
Many bugs result from the implicit field initialization.

Proposal
Introduce the linter to prevent such initialization, and https://github.com/GaijinEntertainment/go-exhaustruct can help this.

Additional context