[Groonga-commit] groonga/grngo at 6261ea3 [master] Rename source files.

Back to archive index

susumu.yata null+****@clear*****
Fri Jun 19 15:31:01 JST 2015


susumu.yata	2015-06-19 15:31:01 +0900 (Fri, 19 Jun 2015)

  New Revision: 6261ea324d3a1c82914445e443429b5d547f6215
  https://github.com/groonga/grngo/commit/6261ea324d3a1c82914445e443429b5d547f6215

  Message:
    Rename source files.
    
    GitHub: #1

  Renamed files:
    grngo.go
      (from grn.go)
    grngo_cgo.c
      (from grn_cgo.c)
    grngo_cgo.h
      (from grn_cgo.h)
    grngo_test.go
      (from grn_test.go)

  Renamed: grngo.go (+1 -1) 99%
===================================================================
--- grn.go    2015-06-19 15:28:33 +0900 (8889ba6)
+++ grngo.go    2015-06-19 15:31:01 +0900 (ccdc31e)
@@ -2,7 +2,7 @@ package grngo
 
 /*
 #cgo pkg-config: groonga
-#include "grn_cgo.h"
+#include "grngo_cgo.h"
 */
 import "C"
 

  Renamed: grngo_cgo.c (+1 -1) 99%
===================================================================
--- grn_cgo.c    2015-06-19 15:28:33 +0900 (89de52b)
+++ grngo_cgo.c    2015-06-19 15:31:01 +0900 (03f172e)
@@ -1,4 +1,4 @@
-#include "grn_cgo.h"
+#include "grngo_cgo.h"
 
 #include <string.h>
 

  Renamed: grngo_cgo.h (+0 -0) 100%
===================================================================

  Renamed: grngo_test.go (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
Download 



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