summaryrefslogtreecommitdiffstats
path: root/goctl_test.go
Commit message (Expand)AuthorAgeFilesLines
* Make AddHandlers() variadic, remove AddHandler().HEADmasterBrian Cully2015-07-101-31/+5
* Add builtin 'help' command.Brian Cully2015-07-101-0/+4
* Move tests for bultin commands to separate modules.Brian Cully2015-07-101-20/+0
* Pass Goctl object into handlers.Brian Cully2015-07-101-12/+15
* Change Handler type to interface.Brian Cully2015-07-101-12/+30
* Move builtin commands into objects handlers on creation.Brian Cully2015-07-101-0/+19
* Add test helpers.Brian Cully2015-07-101-41/+25
* Use NUL as field separator.Brian Cully2015-07-101-24/+38
* Initial commit.Brian Cully2015-07-021-0/+178