Skip to content

Commit ab84b6a

Browse files
nicksiegerndeloof
authored andcommitted
Fix local go_lintfix errors (docker#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
1 parent 7161778 commit ab84b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/watch/watcher_nonwin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !windows
12
// +build !windows
23

34
package watch

0 commit comments

Comments
 (0)