Skip to content

Commit

Permalink
Correct path for the context package in GitHub module
Browse files Browse the repository at this point in the history
  • Loading branch information
senorprogrammer committed May 28, 2018
1 parent 3d3c2cb commit 3f42dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/github_repo.go
@@ -1,11 +1,11 @@
package github

import (
"context"
"net/http"
"os"

ghb "github.com/google/go-github/github"
"golang.org/x/net/context"
"golang.org/x/oauth2"
)

Expand Down

0 comments on commit 3f42dc6

Please sign in to comment.