[Groonga-commit] groonga/grngo at e7cda0b [master] Add a comment to DataType.

Back to archive index

susumu.yata null+****@clear*****
Wed Jun 24 09:39:26 JST 2015


susumu.yata	2015-06-24 09:39:26 +0900 (Wed, 24 Jun 2015)

  New Revision: e7cda0bca8e3eeb7819d358fb4b4c6ada133aa19
  https://github.com/groonga/grngo/commit/e7cda0bca8e3eeb7819d358fb4b4c6ada133aa19

  Message:
    Add a comment to DataType.
    
    GitHub: #8

  Modified files:
    grngo.go

  Modified: grngo.go (+2 -0)
===================================================================
--- grngo.go    2015-06-24 09:34:38 +0900 (da46ac0)
+++ grngo.go    2015-06-24 09:39:26 +0900 (d8dd69e)
@@ -33,6 +33,8 @@ type GeoPoint struct {
 // Some functions return NilID if operations failed.
 const NilID = uint32(C.GRN_ID_NIL)
 
+// DataType is an enumeration of Groonga built-in data types.
+// See http://groonga.org/docs/reference/types.html for details.
 type DataType int
 
 const (
-------------- next part --------------
HTML����������������������������...
Descargar 



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