func mime/multipart.NewReader
2 uses
mime/multipart (current package)
multipart.go#L94: func NewReader(r io.Reader, boundary string) *Reader {
net/http
request.go#L490: return multipart.NewReader(r.Body, boundary), nil
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)