From c53dc06f58d48450442c0ad6048f77f472c3c1c8 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <manuel.kieweg@h-da.de> Date: Fri, 26 Mar 2021 15:07:48 +0000 Subject: [PATCH] comment of function --- cli/http.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/http.go b/cli/http.go index 90e60c79f..77c3d3fb0 100644 --- a/cli/http.go +++ b/cli/http.go @@ -18,6 +18,7 @@ func init() { builder = &strings.Builder{} } +// HTTPGet sends sends requests from the CLI to the gosdn HTTP API and processes any response data func HTTPGet(apiEndpoint, f string, args ...string) error { for _, p := range args { builder.WriteString("&") -- GitLab