Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix linting errors: unused var t, unexported-return
``` runner/util_test.go:237:34: unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive) func TestGetStructureFieldTagMap(t *testing.T) { ``` ``` main.go:54:1: exported function GetVersionInfo should have comment or be unexported main.go:54:23: exported func GetVersionInfo returns unexported type main.versionInfo, which can be annoying to use ```
- Loading branch information