gls

package module
v0.0.0-...-42a06e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 23, 2015 License: Apache-2.0 Imports: 2 Imported by: 2

README

gls - Distributed ls

Build

Create the /src/github.com/kelseyhightower directory and clone the gls repo under it:

$ mkdir $GOPATH/src/github.com/kelseyhightower
$ cd $GOPATH/src/github.com/kelseyhightower
$ git clone https://github.com/kelseyhightower/gls.git

Run the build script:

$ ./build

Usage

Server
$ sudo glsd
Client
$ gls /

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type File

type File struct {
	Name    string
	Size    int64
	Mode    string
	ModTime string
}

type Files

type Files []File

type Ls

type Ls struct{}

func (*Ls) Ls

func (ls *Ls) Ls(path *string, files *Files) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL