stash/pkg/autotag
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
..
gallery.go Autotag support for images and galleries (#1345) 2021-05-03 13:09:46 +10:00
gallery_test.go Fix autotag tag alias (#1713) 2021-09-17 09:23:56 +10:00
image.go Autotag support for images and galleries (#1345) 2021-05-03 13:09:46 +10:00
image_test.go Fix autotag tag alias (#1713) 2021-09-17 09:23:56 +10:00
integration_test.go refactor: move from io/ioutil to io and os package (#1772) 2021-09-27 10:55:23 +10:00
performer.go Autotag support for images and galleries (#1345) 2021-05-03 13:09:46 +10:00
performer_test.go Escape all regexp control characters (#1753) 2021-09-23 13:08:08 +10:00
scene.go Autotag support for images and galleries (#1345) 2021-05-03 13:09:46 +10:00
scene_test.go Fix autotag tag alias (#1713) 2021-09-17 09:23:56 +10:00
studio.go Studio aliases (#1660) 2021-09-09 18:13:42 +10:00
studio_test.go Escape all regexp control characters (#1753) 2021-09-23 13:08:08 +10:00
tag.go Fix autotag tag alias (#1713) 2021-09-17 09:23:56 +10:00
tag_test.go Escape all regexp control characters (#1753) 2021-09-23 13:08:08 +10:00
tagger.go Escape all regexp control characters (#1753) 2021-09-23 13:08:08 +10:00