elvish/pkg/eval/vars
Kurtis Rader 9c7c9cf7d9 [cleanup] trivial golint suggested changes
As with commit #eb2a792 I acknowledge that `golint` recommendations are
controversial and should not automatically be acted on. Nonetheless,
this change fixes legitimate lint issues such as copy/paste cleanups,
style problems I introduced (`i += 1` versus `i++`) or method/var comments
that are not in the preferred form.
2020-12-25 01:11:33 +00:00
..
blackhole_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
blackhole.go Update docs for $_ and $nil. 2020-09-04 22:45:04 +01:00
callback_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
callback.go pkg/eval: Test more error cases. 2020-04-13 16:29:01 +01:00
element_test.go Fix typos found by codespell 2020-10-10 22:47:50 +01:00
element.go Fix typos found by codespell 2020-10-10 22:47:50 +01:00
env_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
env.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
ptr_test.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00
ptr.go [cleanup] trivial golint suggested changes 2020-12-25 01:11:33 +00:00
read_only_test.go pkg/eval: Test more error cases. 2020-04-13 16:29:01 +01:00
read_only.go pkg/eval: Test more error cases. 2020-04-13 16:29:01 +01:00
vars.go Move all libraries to new pkg/. 2019-12-23 20:00:59 +00:00