main
Add V2Depr1WriteOnlySkipCheck to bypass the v2 content check
Keep the --snapshot-count flag
server: Move server files to 'server' directory. 26 git mv mvcc wal auth etcdserver etcdmain proxy embed/ lease/ server 36 git mv go.mod go.sum server
Remove v2discovery
fix: enable gofumpt instead of gofmt linter in server
grpc: replace Dial APIs with NewClient
enable linter for deprecated functions
Migrate grpc-logging to grpc-middleware v2
server: Use default logging configuration instead of zap production one
*: enable goimports in verify-lint