README ¶ Package url returns reader/writers for a given url. © 2015-2016 Platina Systems, Inc. All rights reserved. Use of this source code is governed by this BSD-style LICENSE. Expand ▾ Collapse ▴ Documentation ¶ Overview ¶ Package url returns reader/writers for a given url. Index ¶ func Append(path string) (io.WriteCloser, error) func Create(path string) (io.WriteCloser, error) func FetchReqs(parallel int, reqs []*grab.Request) (successes int, err error) func Open(path string) (io.ReadCloser, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Append ¶ func Append(path string) (io.WriteCloser, error) func Create ¶ func Create(path string) (io.WriteCloser, error) func FetchReqs ¶ func FetchReqs(parallel int, reqs []*grab.Request) (successes int, err error) func Open ¶ func Open(path string) (io.ReadCloser, error) Types ¶ This section is empty. Source Files ¶ View all Source files url.go Click to show internal directories. Click to hide internal directories.