gatus/storage/store
Eng Zer Jun 7a05bdcb82
refactor: move from io/ioutil to io and os packages
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-12-03 14:44:17 +08:00
..
common Rename Service to Endpoint (#192) 2021-10-23 16:47:12 -04:00
memory refactor: move from io/ioutil to io and os packages 2021-12-03 14:44:17 +08:00
sql Fix #202: Postgres error when an endpoint has a second page but others do not 2021-11-16 22:56:16 -05:00
store_bench_test.go Rename Service to Endpoint (#192) 2021-10-23 16:47:12 -04:00
store_test.go Fix #202: Postgres error when an endpoint has a second page but others do not 2021-11-16 22:56:16 -05:00
store.go Minor updates 2021-11-09 00:06:41 -05:00