More linting fixes.
This commit is contained in:
parent
28ada80b4c
commit
7342d1d22f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user