Versions in this module Expand all Collapse all v0 v0.3.8 Mar 21, 2023 Changes in this version + const UserAgent + func Base64DecodeString(src string) (dst string, err error) + func Base64EncodeBytes(origin []byte) (result string) + func Base64EncodeString(origin string, urlsafe bool) (result string) + func CheckInList(list []string, item string) bool + func ContainChineseChar(str string) bool + func GetColly() *colly.Collector + type HttpClient struct + func GetHttpClient() *HttpClient + func (c *HttpClient) Get(url string) (resp *http.Response, err error) + func (c *HttpClient) Post(url string, body io.Reader) (resp *http.Response, err error) + type Options map[string]interface