Commit 8d57d009 authored by Vladimir Barsukov's avatar Vladimir Barsukov
Browse files

GetEmpty

parent f3a484a5
...@@ -72,3 +72,6 @@ func (c *ZClient) GetJson(target any, url string) error { ...@@ -72,3 +72,6 @@ func (c *ZClient) GetJson(target any, url string) error {
func GetJson(target any, url string) error { func GetJson(target any, url string) error {
return Default().GetJson(target, url) return Default().GetJson(target, url)
} }
func GetEmpty(url string) error {
return Default().GetEmpty(url)
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment