mirror of https://github.com/mattn/go-sqlite3.git
fix import path
This commit is contained in:
parent
55cd56d7ed
commit
fca908b496
|
@ -3,9 +3,10 @@ package main
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/DataDog/go-sqlite3"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
"github.com/mattn/go-sqlite3"
|
||||
)
|
||||
|
||||
type GithubRepo struct {
|
||||
|
|
Loading…
Reference in New Issue