From fca908b49699a576553d06c5e058d9dda6309980 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sun, 5 Mar 2017 20:48:17 +0900 Subject: [PATCH] fix import path --- _example/vtable/vtable.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_example/vtable/vtable.go b/_example/vtable/vtable.go index 13e2624..40b460f 100644 --- a/_example/vtable/vtable.go +++ b/_example/vtable/vtable.go @@ -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 {