From 47551895f3059ecb4c6ef8144c75ad7a087d63a6 Mon Sep 17 00:00:00 2001 From: Matt Landis Date: Mon, 24 Jun 2019 11:28:29 -0400 Subject: [PATCH] makefile: fix goimports -local (#1763) --- pkg/watch/notify_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/watch/notify_test.go b/pkg/watch/notify_test.go index 4cceabd7..b66e625b 100644 --- a/pkg/watch/notify_test.go +++ b/pkg/watch/notify_test.go @@ -13,6 +13,7 @@ import ( "time" "github.com/stretchr/testify/assert" + "github.com/windmilleng/tilt/internal/logger" "github.com/windmilleng/tilt/internal/testutils/tempdir" )