An open API service indexing awesome lists of open source software.

https://github.com/go-pogo/writing

Package writing adds convenient writing related features on top of the io and bytes packages.
https://github.com/go-pogo/writing

counting go golang io writing

Last synced: about 1 month ago
JSON representation

Package writing adds convenient writing related features on top of the io and bytes packages.

Awesome Lists containing this project

README

          

writing
=======

[![Latest release][latest-release-img]][latest-release-url]
[![Build status][build-status-img]][build-status-url]
[![Go Report Card][report-img]][report-url]
[![Documentation][doc-img]][doc-url]

[latest-release-img]: https://img.shields.io/github/release/go-pogo/writing.svg?label=latest

[latest-release-url]: https://github.com/go-pogo/writing/releases

[build-status-img]: https://github.com/go-pogo/writing/workflows/Test/badge.svg

[build-status-url]: https://github.com/go-pogo/writing/actions/workflows/test.yml

[report-img]: https://goreportcard.com/badge/github.com/go-pogo/writing

[report-url]: https://goreportcard.com/report/github.com/go-pogo/writing

[doc-img]: https://godoc.org/github.com/go-pogo/writing?status.svg

[doc-url]: https://pkg.go.dev/github.com/go-pogo/writing

Package `writing`.

```sh
go get github.com/go-pogo/writing
```

```go
import "github.com/go-pogo/writing"
```

## Documentation

Additional detailed documentation is available at [pkg.go.dev][doc-url]

## Created with

## License

Copyright © 2022-2025 [Roel Schut](https://roelschut.nl). All rights reserved.

This project is governed by a BSD-style license that can be found in the [LICENSE](LICENSE) file.