summaryrefslogtreecommitdiffstats
path: root/goctl.go
Commit message (Expand)AuthorAgeFilesLines
* Make AddHandlers() variadic, remove AddHandler().HEADmasterBrian Cully2015-07-101-5/+1
* Add builtin 'help' command.Brian Cully2015-07-101-0/+1
* Pass Goctl object into handlers.Brian Cully2015-07-101-2/+2
* Change Handler type to interface.Brian Cully2015-07-101-36/+14
* Move builtin commands into objects handlers on creation.Brian Cully2015-07-101-17/+38
* Use NUL as field separator.Brian Cully2015-07-101-9/+3
* Initial commit.Brian Cully2015-07-021-0/+202