This repository has been archived on 2015-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
jsh/cat.go
2014-09-24 22:29:00 -04:00

7 lines
71 B
Go

package jsh
type CatOutput struct {
Output string
Files []string
}