blob: ecd8e4e0bce4fab044d0ad912af6613ff80cc3be (
plain)
1
2
3
4
5
6
7
8
|
-- input --
We use [io.Reader] a lot, and also a few map[io.Reader]string.
Never [io.Reader]int or Slice[io.Reader] though.
-- markdown --
We use [io.Reader](/io#Reader) a lot, and also a few map\[io.Reader]string.
Never \[io.Reader]int or Slice\[io.Reader] though.
|