kubo/commands
2015-01-13 22:50:54 -08:00
..
cli commands/files: Created SerialFile, which opens directory contents serially 2015-01-13 22:50:53 -08:00
files commands/files: Made ReaderFile take ReadClosers instead of trying to cast reader to Closer 2015-01-13 22:50:54 -08:00
http commands/http: Fixed package import in tests 2015-01-13 22:50:54 -08:00
argument.go commands: Added Recursive modifier to Argument 2014-11-18 02:13:54 -08:00
channelmarshaler.go commands: Made default JSON marshaler support channel output 2015-01-06 15:53:48 -08:00
command_test.go commands: Fixed tests 2014-11-19 00:36:42 -08:00
command.go commands: Removed unused cleanup function 2015-01-06 15:55:17 -08:00
option_test.go tests(commands/option) test the OptionValue methods 2014-11-14 03:19:57 -08:00
option.go commands: Use a flag to enable streaming channel output 2015-01-06 15:53:48 -08:00
request.go commands: Moved files code into 'commands/files' subpackage 2015-01-13 22:50:53 -08:00
response_test.go commands; Fixed tests for Reader output 2015-01-06 15:55:17 -08:00
response.go commands: Fixed panic when marshalers gave nil output 2015-01-06 15:55:18 -08:00