We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef1d09e + 618a505 commit cf1917eCopy full SHA for cf1917e
1 file changed
controller/controller.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
// download filell
10
-func DownloadFile(filepath string, url string) error {
+func DownloadFile(filepath, url string) error {
11
12
// Get the data
13
resp, err := http.Get(url)
0 commit comments