Versions in this module Expand all Collapse all v1 v1.0.0 Jun 27, 2018 Changes in this version + func CreateCredentials(u, p string) url.Values + func CreateRequest(d url.Values, c *http.Cookie) (*http.Request, error) + func GetInitialCookie() (*http.Cookie, error) + func PageScraper(html string) (map[string]string, error) + func PerformRequest(r *http.Request) (*http.Response, error) + func ReadResponse(r *http.Response) (string, error)