reading standard input
Every process owns its standard input, output, and error file descriptor.
The stdin serves as the input of the process. This recipe describes how to read the data from the stdin
Create the fmt.go file with the following content:
package main
...
blog.cloudnativefolks.org3 min read