Examples using... os.Stdin

Recent
The simplest use of a Scanner, to read standard input as a set of lines.
Here’s an example line filter in Go that writes a capitalized version of all input text. You can use this pattern to write your own Go line filters.