Versions in this module Expand all Collapse all v1 v1.0.0 Oct 6, 2014 Changes in this version + type Grep struct + C bool + Done bool + H bool + L bool + Match bool + N bool + Regexp *Regexp + Stderr io.Writer + Stdout io.Writer + Z bool + func (g *Grep) AddFlags() + func (g *Grep) File(name string) + func (g *Grep) Limit(limit int64) + func (g *Grep) Reader(r io.Reader, name string) + type Regexp struct + Syntax *syntax.Regexp + func Compile(expr string) (*Regexp, error) + func (r *Regexp) Match(b []byte, beginText, endText bool) (end int) + func (r *Regexp) MatchString(s string, beginText, endText bool) (end int) + func (re *Regexp) String() string