package
module
Version:
v0.0.0-...-b6a9cfe
Opens a new window with list of versions in this module.
Published: Aug 7, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
go-piper

A small utility for use in CLI programs, to read piped-in input if it was
supplied.
Usage
Lint, test:
make lint test
Example:
import "github.com/jasonfriedland/go-piper"
input, err := piper.Read()
Documentation
¶
Read gets input from stdin, and returns it as a string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.