mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-14 17:18:25 +02:00
run golangci-lint and apply suggested fixes
This commit is contained in:
@ -13,6 +13,7 @@ func init() {
|
||||
}
|
||||
}
|
||||
|
||||
//nolint[:deadcode,unused]
|
||||
func debug(format string, args ...interface{}) {
|
||||
if debugEnabled {
|
||||
fmt.Fprintf(os.Stderr, "rpc: %s\n", fmt.Sprintf(format, args...))
|
||||
|
Reference in New Issue
Block a user