Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuazhang committed Dec 13, 2019
1 parent de072c8 commit 815bfb3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 70 deletions.
2 changes: 1 addition & 1 deletion credentials/oauth/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type TokenSource struct {
oauth2.TokenSource
}

// GetRequestMetadata gets the request metadata as a map from a TokenSource.
// GetRequestMetadata gets the request metadata as a map from a TokenSource.
func (ts TokenSource) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, error) {
token, err := ts.Token()
if err != nil {
Expand Down
16 changes: 0 additions & 16 deletions go.mod

This file was deleted.

53 changes: 0 additions & 53 deletions go.sum

This file was deleted.

0 comments on commit 815bfb3

Please sign in to comment.