1
1
mirror of https://github.com/go-gitea/gitea synced 2025-02-24 22:04:18 +00:00
Gusted 242dddfcb7
Remove ioutil (#18222)
- Don't use `ioutil` package anymore as it doesn't anything special
anymore since Go 1.16:

```
// As of Go 1.16, the same functionality is now provided
// by package io or package os, and those implementations
// should be preferred in new code.
```

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-01-10 09:48:13 +08:00
..
2022-01-10 09:48:13 +08:00
2022-01-02 21:12:35 +08:00
2022-01-02 21:12:35 +08:00
2021-12-20 04:41:31 +00:00
2022-01-10 09:48:13 +08:00
2022-01-02 21:12:35 +08:00
2022-01-08 15:19:36 +00:00
2022-01-04 15:13:52 +00:00
2022-01-05 15:00:20 -06:00
2021-12-10 16:14:24 +08:00
2021-12-12 23:48:20 +08:00
2021-12-12 23:48:20 +08:00
2022-01-02 21:12:35 +08:00
2022-01-02 21:12:35 +08:00