Refined the definition of build_cache.path
and the --build-path
behaviour
#4623
Annotations
5 errors
rpc/internal/port_watch_example/main.go#L53
superfluous-else: if block ends with call to log.Fatal function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
rpc/internal/port_watch_example/main.go#L59
superfluous-else: if block ends with call to log.Fatal function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
rpc/internal/port_watch_example/main.go#L86
superfluous-else: if block ends with call to log.Fatal function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
rpc/internal/port_watch_example/main.go#L62
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
|
The logs for this run have expired and are no longer available.
Loading