-
Notifications
You must be signed in to change notification settings - Fork 2.3k
all: replace ioutil.ReadDir #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
create separate function for retrieving file info from the path, export the func
replace deprecated ioutil.ReadDir with internal buildutil.GetFileInfos
This PR (HEAD: eda2f3c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/675775. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/675775. |
Message from Alan Donovan: Patch Set 1: Hold+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/675775. |
This PR (HEAD: d99fbf4) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/675775. Important tips:
|
This PR (HEAD: 834a098) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/675775. Important tips:
|
This PR (HEAD: a764a00) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/675775. Important tips:
|
buildutil: replace depreacted io/ioutil,
create separate function for retrieving file info from the path, export the func