uber-go / fx

A dependency injection based application framework for Go.
https://uber-go.github.io/fx/
MIT License
5.72k stars 289 forks source link

drop io/utils package. #1188

Closed zhanluxianshen closed 5 months ago

zhanluxianshen commented 5 months ago

/kind cleanup

Drop ioutil package. As it is deprecation , and can be replaced well.

Deprecated: As of Go 1.16, the same functionality is now 
provided by package [io](https://pkg.go.dev/io) 
or package [os](https://pkg.go.dev/os), 
and those implementations should be preferred in new code
CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.73%. Comparing base (1c5f633) to head (dbc12df).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1188 +/- ## ======================================= Coverage 98.73% 98.73% ======================================= Files 31 31 Lines 2851 2851 ======================================= Hits 2815 2815 Misses 29 29 Partials 7 7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

zhanluxianshen commented 5 months ago

thanks