apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

Avoid implicit field initialization #257

Closed ShiKaiWi closed 1 year ago

ShiKaiWi commented 1 year ago

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