elvish/pkg/fsutil
Kurtis Rader f681a73a1d Don't dot import pkg/testutil
Qualified imports of pkg/testutil outnumber unqualified (55 to 7). Improve
consistency, and clarity, by changing the dot (unqualified) imports of
that package symbols to qualified.
2022-06-04 23:39:19 +01:00
..
claim_test.go Don't dot import pkg/testutil 2022-06-04 23:39:19 +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