Qt

Results 6 issues of Qt

```go func BatchWrite(cli *tablestore.TableStoreClient, tableName string) { cs := make(map[string][]tablestore.RowChange) for i := 0; i < 200; i++ { putRowChange := &tablestore.PutRowChange{TableName: tableName, PrimaryKey: &tablestore.PrimaryKey{}} putRowChange.PrimaryKey.AddPrimaryKeyColumn("pk1", strconv.Itoa(i)) putRowChange.PrimaryKey.AddPrimaryKeyColumnWithAutoIncrement("pk2") putRowChange.AddColumn("col_"+strconv.Itoa(1), strconv.Itoa(i))...

或者能否开一个自定义请求发送服务

### Summary Is it possible to standardize exportable functions containing comments? Now many exportable functions containing comments fail the golint check.

T:Docs
good first issue

os: ubuntu 20.04 ![1](https://user-images.githubusercontent.com/20468895/96148952-59dbdb80-0f3b-11eb-8072-f8bcec726f47.png)

## Summary by CodeRabbit - **Bug Fixes** - Standardized error message creation across various functions for improved consistency and clarity. - **Documentation** - Updated error handling logic to use `errors.New`...

C:x/staking
C:CLI
C:x/distribution
C:Store
C:x/crisis
C:x/auth
C:x/evidence
C:x/upgrade
C:x/genutil
C:x/authz
C:Cosmovisor
C:x/protocolpool