elvish/pkg/fsutil
Qi Xiao f7cb556d9b Require Go 1.18.
- Run "go fix" to remove legacy build tags

- Use staticcheck@master until it has a release that supports Go 1.18

- Turn off autocrlf for Windows tasks
2022-03-20 15:28:23 +00:00
..
claim_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
claim.go Replace remaining deprecated ioutil.ReadDir uses 2021-08-30 08:57:34 +01:00
fsutil.go pkg/util: Break into fsutil/ and logutil/. 2020-09-03 05:27:18 +01:00
gethome.go Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
getwd_test.go Make use of (*testing.T).Cleanup for test cleanups. 2021-08-06 23:21:23 +01:00
getwd.go pkg/util: Break into fsutil/ and logutil/. 2020-09-03 05:27:18 +01:00
search_unix_test.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
search_unix.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
search_windows_test.go Fixup for PR #1499. 2022-03-12 23:22:34 +00:00
search_windows.go Fixup for PR #1499. 2022-03-12 23:22:34 +00:00
search.go Fixup for PR #1499. 2022-03-12 23:22:34 +00:00