We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To allow to reuse the underlying io.Writer a new Writer() io.Writer method will be added to the nib.Nib interface. Both implementations the pencil package][p] and [inkpen` package will adapt to this change.
Writer() io.Writer
nib.Nib
pencil package][p] and [
The text was updated successfully, but these errors were encountered:
Extend nib API to allow reuse of underlying writer
cf5c5cb
To allow to reuse the underlying io.Writer [1] a new `Writer() io.Writer` method has been added to the `nib.Nib` interface [2]. Both implementations the `pencil package [3] and `inkpen` package [4] adapted this change. [1]: https://pkg.go.dev/github.com/svengreb/nib#Nib [2]: https://golang.org/pkg/io/#Writer [3]: https://pkg.go.dev/github.com/svengreb/nib/pencil [4]: https://pkg.go.dev/github.com/svengreb/nib/inkpen GH-21
329e934
Extend nib API to allow reuse of underlying writer (#22)
2dac339
To allow to reuse the underlying io.Writer [1] a new `Writer() io.Writer` method has been added to the `nib.Nib` interface [2]. Both implementations the `pencil package [3] and `inkpen` package [4] adapted this change. [1]: https://pkg.go.dev/github.com/svengreb/nib#Nib [2]: https://golang.org/pkg/io/#Writer [3]: https://pkg.go.dev/github.com/svengreb/nib/pencil [4]: https://pkg.go.dev/github.com/svengreb/nib/inkpen Closes GH-21
Successfully merging a pull request may close this issue.
To allow to reuse the underlying io.Writer a new
Writer() io.Writer
method will be added to thenib.Nib
interface.Both implementations the
pencil package][p] and [
inkpen` package will adapt to this change.The text was updated successfully, but these errors were encountered: