Skip to content

Commit

Permalink
Merge pull request #16 from dmitshur/patch-1
Browse files Browse the repository at this point in the history
server/play: Use golang.org/x/net/context/ctxhttp package
  • Loading branch information
dave committed Nov 14, 2018
2 parents e161171 + eb95c60 commit 93d95d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/play/get.go
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/dave/services/getter/get" "github.com/dave/services/getter/get"
"github.com/dave/services/getter/gettermsg" "github.com/dave/services/getter/gettermsg"
"github.com/dave/services/session" "github.com/dave/services/session"
"github.com/shurcooL/go/ctxhttp" "golang.org/x/net/context/ctxhttp"
"gopkg.in/src-d/go-billy.v4" "gopkg.in/src-d/go-billy.v4"
) )


Expand Down

0 comments on commit 93d95d9

Please sign in to comment.