From ab84b6ac5b9a04a90ad37bcb90e550d158d9dda6 Mon Sep 17 00:00:00 2001 From: Nick Sieger Date: Thu, 18 Nov 2021 10:06:44 -0600 Subject: [PATCH] Fix local go_lintfix errors (#5191) * lint: add make lintfix and run it Fixes all errors like: ``` File is not `goimports`-ed with -local github.com/tilt-dev/tilt (goimports) ``` * git: change to use TrimSuffix * build: remove unnecessary cast --- pkg/watch/watcher_nonwin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/watch/watcher_nonwin.go b/pkg/watch/watcher_nonwin.go index a8d9da419..021108664 100644 --- a/pkg/watch/watcher_nonwin.go +++ b/pkg/watch/watcher_nonwin.go @@ -1,3 +1,4 @@ +//go:build !windows // +build !windows package watch