1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-12 20:27:30 +08:00
Commit Graph

4 Commits

Author SHA1 Message Date
Steven Hartland
9297a9abe4
feat: add github action tests and linting (#418)
Leverage github actions for tests and linting.

This includes fixing a bunch of issues highlighted by golangci
including:
* Dead code.
* Ineffectual assigns.
* Goto warnings.
* Nil return err.
* Reused literal strings.
* Test parameter order.

Also:
* Setup clog.
2021-09-27 16:19:28 +01:00
deoxxa
03de7d5c8c make autocomplete an opt-in repl feature 2016-04-28 22:43:16 +10:00
deoxxa
c3d9ea142b add tab-complete to repl 2016-04-27 16:08:41 +10:00
deoxxa
21565ef2e0 add simple REPL 2015-12-05 22:45:57 +11:00