Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
whybert committed Sep 29, 2018
1 parent 60ff615 commit 860bd84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/SearchIndexOperation.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"github.com/aliyun/aliyun-tablestore-go-sdk/tablestore"
"github.com/aliyun/aliyun-tablestore-go-sdk/tablestore/search"
"github.com/gin-gonic/gin/json"
"encoding/json"
"github.com/golang/protobuf/proto"
)

Expand Down Expand Up @@ -520,4 +520,4 @@ func BoolQuery(client *tablestore.TableStoreClient, tableName string, indexName
fmt.Println("TotalCount: ", searchResponse.TotalCount) // 匹配的总行数
fmt.Println("RowCount: ", len(searchResponse.Rows))
}
}
}

0 comments on commit 860bd84

Please sign in to comment.