Files
seaweedfs/unmaintained
Eng Zer Jun a23bcbb7ec refactor: move from io/ioutil to io and os package
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-10-14 12:27:58 +08:00
..
2020-04-04 15:15:10 -07:00
2020-08-18 17:23:01 -07:00
2019-12-28 11:50:42 -08:00
2020-11-17 13:14:03 -08:00
2020-08-18 17:23:01 -07:00
2020-08-18 17:23:01 -07:00
2020-09-01 00:21:19 -07:00
2021-07-29 17:43:17 +09:00
2015-03-17 11:15:37 -07:00

Here is the folder of unmaintained go code.

Although its content is useful sometimes, 
Its content would not be released.
And the code can be ugly, e.g., not checking exceptions.

If any code is used often, it will be productionized.
So it is helpful if anyone wants to cleanup a bit.