Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Fixes to main package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyah Check committed Aug 2, 2017
1 parent c2ad922 commit 59f5e72
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 2 additions & 5 deletions auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ import (
"path/filepath"
"runtime"

//"code.google.com/p/goauth2/oauth"
"github.com/Sirupsen/logrus"
"github.com/golang/oauth2"
"github.com/golang/oauth2/google"
//"golang.org/x/oauth2"
//"golang.org/x/oauth2/google"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
"google.golang.org/api/youtube/v3"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/ytd/ytd.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"golang.org/x/net/context"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
"google.golang.org/api/youtube/v3"
"google.golang.org/api/youtube/v3"
)


Expand Down
8 changes: 8 additions & 0 deletions cmd/ytd/ytd_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// Copyright 2017 YTD Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

// ytd_test

package main

0 comments on commit 59f5e72

Please sign in to comment.