test: add write operations test suite
Many of these types of tests already exist in table/table_test.go, can we move these tests there instead?
Go doesn't really have a convention of a "tests" directory like this, the tests should be in the same package as the code being tested.
Many of these types of tests already exist in table/table_test.go, can we move these tests there instead?
Go doesn't really have a convention of a "tests" directory like this, the tests should be in the same package as the code being tested.
check now 👍🏽
i fixed the linter issues, can u re-run plz
cc @zeroshade
i ran golanglint run ./... but no error locally
@zeroshade ptal :)
@Elbehery see my comments :)