Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajwal Koirala authored Apr 10, 2021
1 parent ed9a281 commit bb19adc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
package main

import (
speech "cloud.google.com/go/speech/apiv1"
texttospeech "cloud.google.com/go/texttospeech/apiv1"
"context"
"fmt"
speechpb "google.golang.org/genproto/googleapis/cloud/speech/v1"
texttospeechpb "google.golang.org/genproto/googleapis/cloud/texttospeech/v1"
"io/ioutil"
"log"
"os"
"path/filepath"

speech "cloud.google.com/go/speech/apiv1"
texttospeech "cloud.google.com/go/texttospeech/apiv1"

speechpb "google.golang.org/genproto/googleapis/cloud/speech/v1"
texttospeechpb "google.golang.org/genproto/googleapis/cloud/texttospeech/v1"
)

var filePath string
Expand Down

0 comments on commit bb19adc

Please sign in to comment.