Versions in this module Expand all Collapse all v0 v0.2.0 Mar 15, 2018 Changes in this version + type PidFile string — darwin/amd64, js/wasm, windows/amd64 + func (pid *PidFile) Decode(s string) error + func (pid PidFile) New() error + func (pid PidFile) Remove() error + func (pid PidFile) String() string + type Reader struct + func (r *Reader) Decode(s string) error + func (r *Reader) SetReader(reader io.Reader) + func (r Reader) Close() error + func (r Reader) IsStdin() bool + func (r Reader) Name() string + func (r Reader) Read(data []byte) (n int, err error) + type Writer struct + func (w *Writer) Close() error + func (w *Writer) Decode(s string) error + func (w *Writer) Name() string + func (w *Writer) SetWriter(writer io.Writer) + func (w *Writer) Write(data []byte) (n int, err error) + func (w Writer) IsStdout() bool v0.0.1 May 21, 2016 Changes in this version + func InstallBashCompletion(root *cli.Command) error + type CSVRecord struct + func (d *CSVRecord) Decode(s string) error + func (d CSVRecord) Bools() ([]bool, error) + func (d CSVRecord) Floats() ([]float64, error) + func (d CSVRecord) Ints() ([]int64, error) + func (d CSVRecord) Strings() []string + func (d CSVRecord) Uints() ([]uint64, error) + type Duration struct + func (d *Duration) Decode(s string) error + func (d Duration) Encode() string + type File struct + func (f *File) Decode(s string) error + func (f File) Data() []byte + func (f File) Encode() string + func (f File) String() string + type PidFile struct — linux/amd64 + func (pid *PidFile) Decode(s string) error + func (pid *PidFile) New() error + func (pid PidFile) Remove() error + func (pid PidFile) String() string + type Time struct + func (t *Time) Decode(s string) error + func (t Time) Encode() string + func (t Time) IsSet() bool