Versions in this module Expand all Collapse all v0 v0.4.0 Mar 2, 2024 Changes in this version + type NilProvider struct + func (NilProvider) ReadText() (string, bool) + func (n NilProvider) WriteText(bts []byte) error + type Provider struct + func New() *Provider + func (c *Provider) ReadText() (string, bool) + func (c *Provider) WriteText(bts []byte) error