From 7342d1d22f596931daae2004b87dacf6ee754951 Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Sat, 21 Nov 2020 21:36:51 +0500 Subject: [PATCH] More linting fixes. --- sec_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sec_test.go b/sec_test.go index 2a0c362..499838a 100644 --- a/sec_test.go +++ b/sec_test.go @@ -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