featurebase/server
CLoZengineer f9ddb5d5c1
fix: updating code to meet linting requirements (#2171)
* 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
2022-09-29 12:34:29 -04:00
..
testdata/certs Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
cluster_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
config.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
config_internal_test.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
config_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
dup.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
dup_arm64.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
grpc.go fix: updating code to meet linting requirements (#2171) 2022-09-29 12:34:29 -04:00
grpc_internal_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
grpc_test.go fix: updating code to meet linting requirements (#2171) 2022-09-29 12:34:29 -04:00
handler_test.go fix: updating code to meet linting requirements (#2171) 2022-09-29 12:34:29 -04:00
pg.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
pg_internal_test.go fix: updating code to meet linting requirements (#2171) 2022-09-29 12:34:29 -04:00
pg_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
server.go fix: updating code to meet linting requirements (#2171) 2022-09-29 12:34:29 -04:00
server_internal_test.go Updated code to latest version for open-sourcing. 2022-09-02 13:23:39 -07:00
server_test.go fix: updating code to meet linting requirements (#2171) 2022-09-29 12:34:29 -04:00
sql.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
tlsconfig.go fix: updating code to meet linting requirements (#2171) 2022-09-29 12:34:29 -04:00
tlsconfig_test.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00
trial.go Updated dependency paths to reflect new repo location 2022-09-06 09:39:22 -07:00