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
This commit is contained in:
Nick Sieger 2021-11-18 10:06:44 -06:00 committed by Nicolas De loof
parent 7161778ccf
commit ab84b6ac5b
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package watch