Skip to content

Commit

Permalink
Fix name of client_secret.json file in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDiamondstein committed Apr 24, 2017
1 parent d810b92 commit f66c00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/quickstart.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func channelsListByUsername(service *youtube.Service, part string, forUsername s
func main() {
ctx := context.Background()

b, err := ioutil.ReadFile("quickstart_client_secret.json")
b, err := ioutil.ReadFile("client_secret.json")
if err != nil {
log.Fatalf("Unable to read client secret file: %v", err)
}
Expand Down

0 comments on commit f66c00a

Please sign in to comment.