Skip to content

Commit fca908b

Browse files
committed
fix import path
1 parent 55cd56d commit fca908b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_example/vtable/vtable.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package main
33
import (
44
"encoding/json"
55
"fmt"
6-
"github.com/DataDog/go-sqlite3"
76
"io/ioutil"
87
"net/http"
8+
9+
"github.com/mattn/go-sqlite3"
910
)
1011

1112
type GithubRepo struct {

0 commit comments

Comments
 (0)