More linting fixes.

This commit is contained in:
2020-11-21 21:36:51 +05:00
parent 28ada80b4c
commit 7342d1d22f

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