1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

doc: update for release v2.2.8

This commit is contained in:
dudaodong
2023-12-11 15:30:33 +08:00
parent c5297ec329
commit 96320069f4
9 changed files with 29 additions and 19 deletions

View File

@@ -230,7 +230,6 @@ func UploadFile(filepath string, server string) (bool, error) {
}
// DownloadFile will download the file exist in url to a local file.
// Play: todo
func DownloadFile(filepath string, url string) error {
resp, err := http.Get(url)
if err != nil {