1
0
mirror of https://github.com/TwiN/gatus.git synced 2025-01-14 01:48:42 +01:00
gatus/alerting/provider/discord
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
..
discord_test.go Fix : Improve alerting provider tests by mocking HTTP client 2021-12-02 23:10:21 -05:00
discord.go refactor: move from io/ioutil to io and os packages 2021-12-03 14:44:17 +08:00