Linting, CI, some small logic fixes.

This commit is contained in:
2020-11-21 21:25:16 +05:00
parent 94234816c5
commit 3d8d3e478c
11 changed files with 252 additions and 91 deletions

View File

@@ -1,7 +1,6 @@
package sec
import (
// stdlib
"reflect"
)
@@ -18,5 +17,5 @@ type field struct {
Kind reflect.Kind
// Next variables are tag-related.
optional bool
// optional bool
}