Since `os.Stdin` satisifies the `io.Reader` interface it might be more performant to use it directly rather than reading it into memory.
Since
os.Stdinsatisifies theio.Readerinterface it might be more performant to use it directly rather than reading it into memory.