1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Correct path for the context package in GitHub module

This commit is contained in:
Chris Cummer 2018-05-28 10:34:42 -07:00
parent 3d3c2cb3d3
commit 3f42dc66b1

View File

@ -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"
)