git-lfs/lfsapi
Eng Zer Jun 2ebe3ba361
Replace deprecated io/ioutil functions
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2024-01-11 03:48:51 +08:00
..
auth_test.go creds: allow multiple values for a key 2023-06-02 13:25:59 +00:00
auth.go lfsapi: avoid indexing a nonexistent value 2023-08-30 20:48:06 +00:00
body.go lfsapi: Ensure requests include Content-Length header if necessary 2017-01-25 08:59:11 -07:00
client.go Set package version to v3 2021-09-02 20:41:08 +00:00
endpoint_finder_test.go Replace deprecated io/ioutil functions 2024-01-11 03:48:51 +08:00
endpoint_finder.go lfsapi: avoid invoking Git on every endpoint lookup 2023-11-27 21:22:14 +00:00
kerberos.go Set package version to v3 2021-09-02 20:41:08 +00:00
lfsapi.go Add a configuration option to control the SSH protocol is used 2023-11-06 16:28:29 +00:00
response_test.go Set package version to v3 2021-09-02 20:41:08 +00:00