Skip to content

Commit

Permalink
wrong context type
Browse files Browse the repository at this point in the history
  • Loading branch information
araddon committed Nov 26, 2017
1 parent c538fab commit 3253b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backends/bigtable/sql_to_bt.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
package bigtable

import (
"context"
"database/sql/driver"
"encoding/json"
"fmt"
"time"

"cloud.google.com/go/bigtable"
u "github.com/araddon/gou"
"golang.org/x/net/context"

"github.com/araddon/qlbridge/datasource"
"github.com/araddon/qlbridge/exec"
Expand Down

0 comments on commit 3253b61

Please sign in to comment.