mirror of https://github.com/docker/compose.git
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:
parent
7161778ccf
commit
ab84b6ac5b
|
@ -1,3 +1,4 @@
|
|||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package watch
|
||||
|
|
Loading…
Reference in New Issue