cat: Cat function is now public.
This commit is contained in:
parent
0395484a13
commit
d3a7d7a0a8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var(
|
|||
blockSize int
|
||||
)
|
||||
|
||||
func cat(p string) error {
|
||||
func Cat(p string) error {
|
||||
f, e := os.Open(p)
|
||||
if e != nil {
|
||||
return e
|
||||
|
|
Loading…
Reference in a new issue