main
chore: enable thelper linter
etcdutl: enable global timeout flag for all cmds that open etcd's db file using bolt
fix: enable require-error rule from testifylint in client, pkg and server packages
server: errors.Is conversions
chore: delete // +build buildtag by `go fix`
server: Create storage package and move mvcc files to it
add missing copyright headers
Separate Writer interface from BatchTx interfaces
storage/backend: Add a gauge to indicate if defrag is active
Remove RLock/RUnlock from BatchTx
Inject antithesis assertion in place
fix: enable empty and len rules from testifylint
fix: enable gofmt and whitespace linters