mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
* removes unused filesize function * removes ioutil usage * updates ioutil.ReadAll to io.ReadAll * updates ioutil.TempFile to os.CreateTemp * updates ioutil.TempDir to os.MkdirTemp * updates ioutil.ReadAll to os.ReadAll * update ioutil.WriteFile to os.WriteFile * updates ioutil.Discard to io.Discard * updates ioutil.ReadDir to os.ReadDir where applicable * removes unused code in idk * creates type to use for context value keys * replaces assert.Nil with assert.NoError for error checks |
||
|---|---|---|
| .. | ||
| config_gen.go | ||
| embed.go | ||
| embed_test.go | ||
| enterprise_cluster.go | ||
| external.go | ||
| external_test.go | ||
| fake_test.go | ||
| leasedkv.go | ||
| leasedkv_test.go | ||
| plg_cluster.go | ||