go-net/webdav
Damien Neil c1f5833288 all: replace deprecated io/ioutil calls
The io/ioutil package's features were moved to
the io and os packages in Go 1.16.

x/net depends on Go 1.18. Drop ioutil calls,
so gopls doesn't warn about them.

Change-Id: Ibdb576d94f250808ae285aa142e2fd41e7e9afc9
Reviewed-on: https://go-review.googlesource.com/c/net/+/586244
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2024-05-21 19:59:00 +00:00
..
internal/xml all: gofmt 2022-04-12 02:06:05 +00:00
file.go webdav: replace os.SEEK_XXX with io.SeekXXX 2022-09-23 20:38:11 +00:00
file_test.go all: replace deprecated io/ioutil calls 2024-05-21 19:59:00 +00:00
if.go all: fix some comments 2023-05-10 21:21:25 +00:00
if_test.go
litmus_test_server.go all: update go directive to 1.18 2023-10-11 21:58:12 +00:00
lock.go
lock_test.go all: gofmt 2022-04-12 02:06:05 +00:00
prop.go all: fix a few function names on comments 2022-10-12 13:50:44 +00:00
prop_test.go all: fix go vet warnings 2022-05-16 13:33:12 +00:00
webdav.go webdav: return 409 for PUT without parent collection 2024-05-10 17:25:32 +00:00
webdav_test.go all: replace deprecated io/ioutil calls 2024-05-21 19:59:00 +00:00
xml.go all: fix a few function names on comments 2022-10-12 13:50:44 +00:00
xml_test.go all: gofmt 2022-04-12 02:06:05 +00:00