elvish/pkg/eval
Kurtis Rader 9345125bd2 staticcheck lint cleanups
Fix two issues found by `staticcheck -tests=false ./...`:

pkg/eval/go_fn.go:155:5: var errNoOptions is unused (U1000)
pkg/persistent/hashmap/hashmap.go:321:2: only the first constant in this group has an explicit type (SA9004)
2021-06-06 14:54:47 +01:00
..
errs
evaltest
mods A couple of TODO cleanups 2021-05-30 00:40:42 +01:00
vals pkg/eval/vals: Add an optimized version of UnifyNums for two numbers. 2021-05-31 21:02:12 +01:00
vars Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
benchmarks_test.go
builtin_fn_cmd_test.go
builtin_fn_cmd_unix_test.go
builtin_fn_cmd_unix.go
builtin_fn_cmd_windows.go
builtin_fn_cmd.go
builtin_fn_container_test.go Support all number types in the order command. 2021-05-31 21:25:08 +01:00
builtin_fn_container.go Support all number types in the order command. 2021-05-31 21:25:08 +01:00
builtin_fn_debug.go
builtin_fn_env_test.go
builtin_fn_env.go
builtin_fn_flow_test.go Fixup for #1310 2021-05-31 22:13:24 +01:00
builtin_fn_flow.go Fixup for #1310 2021-05-31 22:13:24 +01:00
builtin_fn_fs_test.go
builtin_fn_fs.go Implement edit:command-history &dedup 2021-05-30 23:49:46 +01:00
builtin_fn_io_test.go
builtin_fn_io.go
builtin_fn_misc_test.go
builtin_fn_misc_unix_test.go
builtin_fn_misc.go
builtin_fn_num_test.go
builtin_fn_num.go pkg/eval/vals: Add an optimized version of UnifyNums for two numbers. 2021-05-31 21:02:12 +01:00
builtin_fn_pred_test.go
builtin_fn_pred.go
builtin_fn_str_test.go
builtin_fn_str.go
builtin_fn_styled_test.go
builtin_fn_styled.go
builtin_ns.go
builtin_special_test.go Minor fixup for #1274. 2021-05-02 00:22:28 +01:00
builtin_special.go
callable.go
chdir_test.go
closure_test.go
closure.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
compile_effect_test.go
compile_effect_unix_test.go
compile_effect.go Add $edit:after-command and $edit:command-duration 2021-05-05 22:17:19 +01:00
compile_lvalue.go A couple of TODO cleanups 2021-05-30 00:40:42 +01:00
compile_value_test.go
compile_value.go
compiler_test.go
compiler.go
deprecation.go
eval_test.go
eval.go Add $edit:after-command and $edit:command-duration 2021-05-05 22:17:19 +01:00
exception_test.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
exception_unix_test.go
exception.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
external_cmd_test.go
external_cmd_unix_test.go
external_cmd_windows_test.go
external_cmd.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
frame.go Be consistent about sync.WaitGroup var naming 2021-05-30 00:40:42 +01:00
glob_test.go
glob.go
go_fn_test.go staticcheck lint cleanups 2021-06-06 14:54:47 +01:00
go_fn.go staticcheck lint cleanups 2021-06-06 14:54:47 +01:00
interrupts.go
node_utils.go
ns_test.go
ns.go Use the integrated persistent package. 2021-05-03 22:17:46 +01:00
options_test.go
options.go
port_helper_test.go
port.go
process_unix.go
process_windows.go
purely_eval_test.go
purely_eval.go
pwd_test.go
pwd.go
value_test.go
var_parse_test.go
var_parse.go A couple of TODO cleanups 2021-05-30 00:40:42 +01:00
var_ref.go