Versions in this module Expand all Collapse all v0 v0.0.2 Mar 26, 2021 v0.0.1 Mar 6, 2021 Changes in this version + type Fail struct + func (e Fail) Error() string + func (e Fail) Unwrap() error + type In struct + func (in *In) Set(s string) (err error) + func (in *In) UnmarshalJSON(b []byte) (err error) + func (s In) String() string + type InFile struct + func (in *InFile) Set(s string) (err error) + func (in *InFile) UnmarshalJSON(b []byte) (err error) + func (in InFile) Reader() (r *bufio.Reader) + func (in InFile) Scanner() (s *bufio.Scanner) + func (s InFile) String() string + type Name string + type Operation int + const Read + const Write + func (op Operation) String() (s string) + type Out struct + func (o *Out) Default() + func (o *Out) Set(s string) (err error) + func (o *Out) UnmarshalJSON(b []byte) (err error) + func (s Out) String() string + type OutFile struct + func DefaultOut() OutFile + func (o *OutFile) Set(s string) (err error) + func (o *OutFile) UnmarshalJSON(b []byte) (err error) + func (o OutFile) BufWriter() (w *bufio.Writer) + func (s OutFile) String() string