提交 39d6fc81 编写于 作者: L lakhansamani

fix: spacing

上级 f502d455
......@@ -136,7 +136,6 @@ var DefaultDownloadDirectory = "./temp"
//DownloadFile create a local copy of the remote json file
func DownloadFile(filepath string, url string) error {
log.Infoln("Downloading the file from remote URL:", url)
_, err := os.Stat(DefaultDownloadDirectory) //check if directory exist
if os.IsNotExist(err) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册