test(linter): fix gofmt linter problems not part of make test but are part of PR build

Signed-off-by: Martin Mulholland <mmulholl@redhat.com>
pull/10206/head
Martin Mulholland 4 years ago
parent 030f03fd12
commit d23a024599

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

@ -1,3 +1,4 @@
//go:build windows
// +build windows
/*

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build windows
// +build windows
package helmpath

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !windows && !darwin
// +build !windows,!darwin
package helmpath

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build !windows && !darwin
// +build !windows,!darwin
package helmpath

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build windows
// +build windows
package helmpath

@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build windows
// +build windows
package helmpath

Loading…
Cancel
Save