fix import path

This commit is contained in:
Yasuhiro Matsumoto 2017-03-05 20:48:17 +09:00
parent 55cd56d7ed
commit fca908b496
1 changed files with 2 additions and 1 deletions

View File

@ -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 {