golang/go

x/website/_content/tour: add a thorough discussion of the io interfaces

Open

#11,373 opened on Jun 24, 2015

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
help wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We ask the reader to implement an io.Reader, but it doesn't actually read from anything. It can be hard to see why this is a "Reader", or indeed what a "Reader" is. I think we need more detail on this topic.

Contributor guide