More linting fixes.

This commit is contained in:
Stanislav Nikitin 2020-11-21 21:36:51 +05:00
parent 28ada80b4c
commit 7342d1d22f
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@ type testDatas struct {
TestString string
}
type testStringType string
// type testStringType string
type testStruct1 struct {
testDatas
testStringType
// testStringType
TestNestAnonymous struct {
TestFloat64 float64
TestUint64 uint64