mirror of
https://github.com/therootcompany/golib.git
synced 2025-10-12 20:18:16 +00:00
doc(3p/transform): add Go Reference badge
This commit is contained in:
parent
7b439460fc
commit
30748770d1
@ -1,6 +1,6 @@
|
|||||||
# Transform
|
# Transform
|
||||||
|
|
||||||
[](https://pkg.go.dev/github.com/therootcompany/golib/3p/transform)
|
[](https://pkg.go.dev/github.com/therootcompany/golib/3p/transform)
|
||||||
|
|
||||||
Transform is a Go package that provides a simple pattern for performing [chainable](#chaining) data transformations on streams of bytes. It conforms to the [io.Reader](https://golang.org/pkg/io/#Reader) interface and is useful for operations such as converting data formats, audio/video resampling, image transforms, log filters, regex line matching, etc.
|
Transform is a Go package that provides a simple pattern for performing [chainable](#chaining) data transformations on streams of bytes. It conforms to the [io.Reader](https://golang.org/pkg/io/#Reader) interface and is useful for operations such as converting data formats, audio/video resampling, image transforms, log filters, regex line matching, etc.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user