renames the file or the files path
originalPath, newPath := "", "" err := os.Rename(originalPath, newPath) if err != nil { log.Fatal(err) }