//
pkg.gl
Category
github.com/muxable/transcoder
examples
internal
signal
package
0.4.1
Repository:
https://github.com/muxable/transcoder.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
95 SLOC
#
Functions
Decode
Decode decodes the input from base64 It can optionally unzip the input after decoding.
Encode
Encode encodes the input in base64 It can optionally zip the input before encoding.
MustReadStdin
MustReadStdin blocks until input is received from stdin.