Versions in this module Expand all Collapse all v0 v0.1.1 May 12, 2022 v0.1.0 May 12, 2022 Changes in this version + func IsText(s []byte) bool + func IsTextFile(fs vfs.Opener, filename string) bool + type RWValue struct + func (v *RWValue) Get() (interface{}, time.Time) + func (v *RWValue) Set(value interface{}) + type Throttle struct + func NewThrottle(r float64, dt time.Duration) *Throttle + func (p *Throttle) Throttle()