[Groonga-commit] groonga/grngo at b7ad374 [master] Change the comment format.

Back to archive index

susumu.yata null+****@clear*****
Wed Jun 24 09:55:13 JST 2015


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

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

  Message:
    Change the comment format.
    
    GitHub: #8

  Modified files:
    grngo.go

  Modified: grngo.go (+1 -1)
===================================================================
--- grngo.go    2015-06-24 09:45:27 +0900 (ca7ba24)
+++ grngo.go    2015-06-24 09:55:13 +0900 (f35dafd)
@@ -37,6 +37,7 @@ const NilID = uint32(C.GRN_ID_NIL)
 // See http://groonga.org/docs/reference/types.html for details.
 type DataType int
 
+// Time (int64) is the number of microseconds elapsed since the Unix epoch.
 const (
 	Void          = DataType(C.GRN_DB_VOID)            // N/A
 	Bool          = DataType(C.GRN_DB_BOOL)            // bool
@@ -49,7 +50,6 @@ const (
 	UInt32        = DataType(C.GRN_DB_UINT32)          // int64
 	UInt64        = DataType(C.GRN_DB_UINT64)          // int64
 	Float         = DataType(C.GRN_DB_FLOAT)           // float64
-	// The number of microseconds elapsed since the Unix epoch.
 	Time          = DataType(C.GRN_DB_TIME)            // int64
 	ShortText     = DataType(C.GRN_DB_SHORT_TEXT)      // []byte
 	Text          = DataType(C.GRN_DB_TEXT)            // []byte
-------------- next part --------------
HTML����������������������������...
Download 



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