Merge pull request #12779 from Huawei-PaaS/issue/clean_govet_error

Clean the static check errors (Go vet)
This commit is contained in:
Saad Ali
2015-08-19 14:59:05 -07:00
2 changed files with 4 additions and 4 deletions

View File

@@ -488,7 +488,7 @@ func TestUninitializedNoCrash(t *testing.T) {
q.Value()
q.MilliValue()
q.Copy()
q.String()
_ = q.String()
q.MarshalJSON()
}