[Groonga-commit] groonga/grnci at 5f2063a [master] Fix typos.

Back to archive index

Susumu Yata null+****@clear*****
Thu Aug 3 15:26:22 JST 2017


Susumu Yata	2017-08-03 15:26:22 +0900 (Thu, 03 Aug 2017)

  New Revision: 5f2063afb16616c986cb8654f13d60afc56d8419
  https://github.com/groonga/grnci/commit/5f2063afb16616c986cb8654f13d60afc56d8419

  Message:
    Fix typos.

  Modified files:
    v2/db.go

  Modified: v2/db.go (+2 -2)
===================================================================
--- v2/db.go    2017-08-02 16:56:59 +0900 (18647fa)
+++ v2/db.go    2017-08-03 15:26:22 +0900 (b48d5ae)
@@ -1397,7 +1397,7 @@ func (db *DB) RubyEval(script string) (interface{}, Response, error) {
 		return nil, resp, err
 	}
 	type Result struct {
-		Value interface{} `json:"vlaue"`
+		Value interface{} `json:"value"`
 	}
 	var result Result
 	if err := json.Unmarshal(jsonData, &result); err != nil {
@@ -1425,7 +1425,7 @@ func (db *DB) RubyLoad(path string) (interface{}, Response, error) {
 		return nil, resp, err
 	}
 	type Result struct {
-		Value interface{} `json:"vlaue"`
+		Value interface{} `json:"value"`
 	}
 	var result Result
 	if err := json.Unmarshal(jsonData, &result); err != nil {
-------------- next part --------------
HTML����������������������������...
Download 



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