Versions in this module Expand all Collapse all v0 v0.2.0 Aug 6, 2018 v0.1.0 Apr 18, 2018 Changes in this version + type Stats struct + ByteCnt int64 + Checksum string + Created string + LineCnt int64 + Path string + Size int64 + func New() Stats + func NewFromBytes(b []byte) Stats + func NewFromInfo(info string) Stats + func (s *Stats) AddBytes(cnt int64) + func (s *Stats) AddLine() + func (s *Stats) ParseCreated() time.Time + func (s *Stats) SetChecksum(hsh hash.Hash) + func (s *Stats) SetCreated(t time.Time) + func (s *Stats) SetPath(pth string) + func (s *Stats) SetSize(size int64) + func (s Stats) Clone() Stats + func (s Stats) InfoString() string + func (s Stats) JSONBytes() []byte + func (s Stats) JSONString() string + func (s Stats) ParsePath() (scheme, host, fPth string)