update golangci-lint

This commit is contained in:
aler9
2021-10-30 13:06:23 +02:00
parent 2e6926a97e
commit 653b3ee993
12 changed files with 147 additions and 264 deletions

View File

@@ -65,7 +65,6 @@ func (t *RangeSMPTETime) read(s string) error {
return err
}
t.Subframe = uint(tmp)
} else {
tmp, err := strconv.ParseUint(parts[0], 10, 64)
if err != nil {