util/http.go @@ -54,3 +54,12 @@ return body, nil } func HttpGet(url string) error { _, err := http.Get(url) if err != nil { return err } return nil }