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.
- Host: GitHub
- URL: https://github.com/go-pogo/writing
- Owner: go-pogo
- License: bsd-3-clause
- Created: 2022-09-16T21:18:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-13T13:17:27.000Z (10 months ago)
- Last Synced: 2025-08-13T15:24:53.025Z (10 months ago)
- Topics: counting, go, golang, io, writing
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.