Gofileiod
func copyFile(src, dst string) error source, err := os.Open(src) if err != nil return err
as a typo for GoFile.io download helper / script gofileiod
# Get the best server for upload first curl https://gofile.io # Upload your file to that server curl -F "file=@yourfile.zip" -F "token=YOUR_API_TOKEN" https://server.gofile.io/uploadFile Use code with caution. Copied to clipboard Which of these fits what you had in mind, or Gofile - Cloud Storage Made Simple func copyFile(src, dst string) error source, err := os