package utils import ( "fmt" "testing" ) func TestHTTPGet(t *testing.T) { fmt.Println(HTTPGet("http://www.baidu.com")) }