Versions in this module Expand all Collapse all v1 v1.0.0 Sep 11, 2020 Changes in this version + func LineNumber(s string) string + func Quote(s []string) []string + func SplitArgs(s string) []string + func Writer(to func(string) error) io.WriteCloser + type LimitWriter struct + func NewLimitWriter(to io.Writer, limit int, elisionMarker string) *LimitWriter + func (w *LimitWriter) Flush() error + func (w *LimitWriter) Write(data []byte) (int, error) Incompatible versions in this module v2.0.0+incompatible Jul 8, 2021