elvish/pkg/shell
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
..
interact_test.go Don't dot import pkg/testutil 2022-06-04 23:39:19 +01:00
interact_unix_test.go Don't dot import pkg/testutil 2022-06-04 23:39:19 +01:00
interact.go Simplify terminal setup functions. 2022-03-18 10:54:01 +00:00
paths_test.go Implement XDG directory support. 2021-07-10 02:20:59 +01:00
paths_unix_test.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
paths_unix.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
paths_windows.go Fix build on Windows 2021-10-04 00:26:48 +01:00
paths.go Revamp flag handling in pkg/prog. 2022-02-05 14:52:29 +00:00
script_test.go Revamp flag handling in pkg/prog. 2022-02-05 14:52:29 +00:00
script.go Simplify terminal setup functions. 2022-03-18 10:54:01 +00:00
shell_test.go Don't dot import pkg/testutil 2022-06-04 23:39:19 +01:00
shell.go Simplify terminal setup functions. 2022-03-18 10:54:01 +00:00
signal_unix.go Require Go 1.18. 2022-03-20 15:28:23 +00:00
signal_windows.go Add comment for the semantics of SIGTERM on Windows. 2022-03-06 23:48:46 +00:00