Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 15e4e54

Browse files
committed
Use internal.Logf instead of plain fmt
1 parent 347af65 commit 15e4e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dep/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func (cmd *initCommand) Run(ctx *dep.Ctx, args []string) error {
125125
var pd projectData
126126

127127
if cmd.gopath {
128-
fmt.Fprintln(os.Stderr, "Searching GOPATH for projects...")
128+
internal.Logf("Searching GOPATH for projects...")
129129
pd, err = getProjectData(ctx, pkgT, cpr, sm)
130130
if err != nil {
131131
return err

0 commit comments

Comments
 (0)