Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladimir Barsukov
zGo
Commits
8d57d009
Commit
8d57d009
authored
Aug 18, 2024
by
Vladimir Barsukov
Browse files
GetEmpty
parent
f3a484a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
zhttp/zhttp.go
View file @
8d57d009
...
@@ -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
)
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment