[Groonga-commit] groonga/grnci at c8bb487 [master] Fix wrong import paths.

Back to archive index

Susumu Yata null+****@clear*****
Wed Jun 14 10:41:58 JST 2017


Susumu Yata	2017-06-14 10:41:58 +0900 (Wed, 14 Jun 2017)

  New Revision: c8bb48719e033abee1f9c7ff8ce376c11faed5a4
  https://github.com/groonga/grnci/commit/c8bb48719e033abee1f9c7ff8ce376c11faed5a4

  Message:
    Fix wrong import paths.

  Modified files:
    v2/libgrn/client.go
    v2/libgrn/client_test.go
    v2/libgrn/conn.go
    v2/libgrn/conn_test.go
    v2/libgrn/libgrn.go
    v2/libgrn/response.go

  Modified: v2/libgrn/client.go (+1 -1)
===================================================================
--- v2/libgrn/client.go    2017-06-14 10:37:06 +0900 (91b8baf)
+++ v2/libgrn/client.go    2017-06-14 10:41:58 +0900 (a873c47)
@@ -3,7 +3,7 @@ package libgrn
 import (
 	"io"
 
-	"github.com/s-yata/grnci"
+	"github.com/groonga/grnci/v2"
 )
 
 const (

  Modified: v2/libgrn/client_test.go (+1 -1)
===================================================================
--- v2/libgrn/client_test.go    2017-06-14 10:37:06 +0900 (bd0cf9d)
+++ v2/libgrn/client_test.go    2017-06-14 10:41:58 +0900 (20f92ef)
@@ -7,7 +7,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/s-yata/grnci"
+	"github.com/groonga/grnci/v2"
 )
 
 func TestClientGQTP(t *testing.T) {

  Modified: v2/libgrn/conn.go (+1 -1)
===================================================================
--- v2/libgrn/conn.go    2017-06-14 10:37:06 +0900 (6a7de6d)
+++ v2/libgrn/conn.go    2017-06-14 10:41:58 +0900 (677e503)
@@ -10,7 +10,7 @@ import (
 	"time"
 	"unsafe"
 
-	"github.com/s-yata/grnci"
+	"github.com/groonga/grnci/v2"
 )
 
 const (

  Modified: v2/libgrn/conn_test.go (+1 -1)
===================================================================
--- v2/libgrn/conn_test.go    2017-06-14 10:37:06 +0900 (f47739d)
+++ v2/libgrn/conn_test.go    2017-06-14 10:41:58 +0900 (b9a39b9)
@@ -7,7 +7,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/s-yata/grnci"
+	"github.com/groonga/grnci/v2"
 )
 
 func TestConnGQTP(t *testing.T) {

  Modified: v2/libgrn/libgrn.go (+1 -1)
===================================================================
--- v2/libgrn/libgrn.go    2017-06-14 10:37:06 +0900 (1cbfc9f)
+++ v2/libgrn/libgrn.go    2017-06-14 10:41:58 +0900 (07e3edf)
@@ -10,7 +10,7 @@ import (
 	"sync"
 	"unsafe"
 
-	"github.com/s-yata/grnci"
+	"github.com/groonga/grnci/v2"
 )
 
 const (

  Modified: v2/libgrn/response.go (+1 -1)
===================================================================
--- v2/libgrn/response.go    2017-06-14 10:37:06 +0900 (9cceb47)
+++ v2/libgrn/response.go    2017-06-14 10:41:58 +0900 (f73e353)
@@ -5,7 +5,7 @@ import (
 	"io/ioutil"
 	"time"
 
-	"github.com/s-yata/grnci"
+	"github.com/groonga/grnci/v2"
 )
 
 // response is a response.
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index