stash/pkg/plugin
Eng Zer Jun 62af723017
refactor: move from io/ioutil to io and os package (#1772)
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-09-27 10:55:23 +10:00
..
common Support scraper logging to specific log levels (#1648) 2021-09-17 09:09:44 +10:00
examples refactor: move from io/ioutil to io and os package (#1772) 2021-09-27 10:55:23 +10:00
js Errcheck phase 1 (#1715) 2021-09-21 09:34:25 +10:00
util Include server host in plugin input (#1514) 2021-06-21 14:38:44 +10:00
args.go Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00
config.go Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
convert.go Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00
hooks.go Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
js.go Errcheck phase 1 (#1715) 2021-09-21 09:34:25 +10:00
log.go Scraper log improvements (#1741) 2021-09-19 10:06:34 +10:00
plugins.go Errcheck phase 1 (#1715) 2021-09-21 09:34:25 +10:00
raw.go refactor: move from io/ioutil to io and os package (#1772) 2021-09-27 10:55:23 +10:00
rpc.go Scraper log improvements (#1741) 2021-09-19 10:06:34 +10:00
task.go Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00