Skip to content

Commit fb48973

Browse files
committed
added missing zap import
1 parent 2b2b416 commit fb48973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

service/task/target.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import (
55
"fmt"
66
"os"
77
"os/exec"
8+
9+
"go.uber.org/zap"
810
)
911

1012
// Targets is just a list of target objects, to implement the Sort interface

0 commit comments

Comments
 (0)