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

7 lines
70 B
Go

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