update golangci-lint (#554)

This commit is contained in:
Alessandro Ros
2024-04-28 18:20:25 +02:00
committed by GitHub
parent 2e32d1bf6e
commit 363b48e632
16 changed files with 1087 additions and 1062 deletions

View File

@@ -52,7 +52,7 @@ func (t *RangeSMPTETime) unmarshal(s string) error {
t.Time = time.Duration(seconds+mins*60+hours*3600) * time.Second
if len(parts) == 4 {
parts := strings.Split(parts[3], ".")
parts = strings.Split(parts[3], ".")
if len(parts) == 2 {
tmp, err := strconv.ParseUint(parts[0], 10, 64)
if err != nil {