[Groonga-commit] groonga/grnci at 5983bf1 [master] Insert spaces.

Back to archive index

Susumu Yata null+****@clear*****
Wed Sep 13 13:04:29 JST 2017


Susumu Yata	2017-09-13 13:04:29 +0900 (Wed, 13 Sep 2017)

  New Revision: 5983bf1eadc7886abf7e3f2d44250db24681914a
  https://github.com/groonga/grnci/commit/5983bf1eadc7886abf7e3f2d44250db24681914a

  Message:
    Insert spaces.

  Modified files:
    v2/db.go

  Modified: v2/db.go (+3 -3)
===================================================================
--- v2/db.go    2017-09-13 12:44:01 +0900 (c4ac608)
+++ v2/db.go    2017-09-13 13:04:29 +0900 (2ea7ac0)
@@ -672,7 +672,7 @@ func (db *DB) LogReopen() error {
 
 // DBLogicalCountOptions stores options for DB.LogicalCount.
 type DBLogicalCountOptions struct {
-	Min       time.Time //--min
+	Min       time.Time // --min
 	MinBorder bool      // --min_border
 	Max       time.Time // --max
 	MaxBorder bool      // --max_border
@@ -757,7 +757,7 @@ func (db *DB) LogicalRangeFilter() error {
 // DBLogicalSelectOptions stores options for DB.LogicalSelect.
 // http://groonga.org/docs/reference/commands/logical_select.html
 type DBLogicalSelectOptions struct {
-	Min                    time.Time //--min
+	Min                    time.Time // --min
 	MinBorder              bool      // --min_border
 	Max                    time.Time // --max
 	MaxBorder              bool      // --max_border
@@ -934,7 +934,7 @@ func (db *DB) LogicalShardList(logicalTable string) ([]DBLogicalShard, error) {
 
 // DBLogicalTableRemoveOptions stores options for DB.LogicalTableRemove.
 type DBLogicalTableRemoveOptions struct {
-	Min       time.Time //--min
+	Min       time.Time // --min
 	MinBorder bool      // --min_border
 	Max       time.Time // --max
 	MaxBorder bool      // --max_border
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170913/919f277d/attachment.htm 



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