Documentation ¶ Index ¶ Variables type Config Constants ¶ This section is empty. Variables ¶ View Source var ( ErrEmptyURL = errors.New("no url provided either by \"url\" or \"stdin\"") ErrReadStdin = errors.New("failed to read \"stdin\"") ErrParseURL = errors.New("failed to parse url") ) Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { URL string QueryField string PathIndex int } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.