summaryrefslogtreecommitdiffstats
path: root/goctl.go
Commit message (Collapse)AuthorAgeFilesLines
* Move builtin commands into objects handlers on creation.Brian Cully2015-07-101-17/+38
| | | | This simplifies lookup. Still prevents overriding of command handlers.
* Use NUL as field separator.Brian Cully2015-07-101-9/+3
| | | | This way spaces can be sent as useful data to commands.
* Initial commit.Brian Cully2015-07-021-0/+202