Merged in dev branch #41
Annotations
2 warnings and 4 notices
Analyze (go)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Bool condition:
clients/smb/smb.go#L55
Condition `runtime.GOOS == "windows"` is always `false`
|
Name starts with a package name:
http/http.go#L48
Name starts with the package name
|
Name starts with a package name:
http/http.go#L54
Name starts with the package name
|
Name starts with a package name:
http/http.go#L52
Name starts with the package name
|
Type assertion on errors fails on wrapped errors:
clients/udp/udp.go#L509
Type switch on errors fails on wrapped errors
|