Versions in this module Expand all Collapse all v1 v1.0.0 Aug 14, 2016 Changes in this version + var ErrNotSupported = errors.New("Operation not supported by underlying stream") + type File struct + Rotated <-chan struct{} + func Follow(r io.Reader) *File + func Open(path string) (*File, error) + func (f *File) Close() error + func (f *File) Name() string + func (f *File) Read(p []byte) (n int, err error) + func (f *File) Seek(offset int64, whence int) (int64, error)