owncast/core
Eng Zer Jun 7996df85e1
refactor: move from io/ioutil to io and os packages (#1546)
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-11-19 22:42:50 -08:00
..
chat Fix incorrect webhook payload being sent in the new SetMessageVisibilityEvent 2021-11-12 16:28:53 -08:00
data refactor: move from io/ioutil to io and os packages (#1546) 2021-11-19 22:42:50 -08:00
playlist
rtmp Optimise regexp usage (#1502) 2021-10-29 12:29:01 -07:00
storageproviders Support path-based S3 storage. Closes #1495 (#1496) 2021-10-28 17:27:44 -07:00
transcoder refactor: move from io/ioutil to io and os packages (#1546) 2021-11-19 22:42:50 -08:00
user Inline chat moderation UI (#1331) 2021-11-02 19:27:41 -07:00
webhooks use worker pool to limit webhooks to 10 concurrent http executions (#1510) (#1525) 2021-11-14 10:02:52 -08:00
core.go use worker pool to limit webhooks to 10 concurrent http executions (#1510) (#1525) 2021-11-14 10:02:52 -08:00
stats.go
status.go
storage.go
streamState.go refactor: move from io/ioutil to io and os packages (#1546) 2021-11-19 22:42:50 -08:00