We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a51cf commit 58886afCopy full SHA for 58886af
integration-test/integration_test.go
@@ -1,4 +1,4 @@
1
-// +build integration
+//go:build integration
2
3
/*
4
* Copyright 2020 New Relic Corporation. All rights reserved.
@@ -27,7 +27,7 @@ import (
27
"github.com/vmware/govmomi/vim25"
28
)
29
30
-//This can set whn running the test as -ldflags "-X github.com/newrelic/nri-winservices/test.integrationPath="
+// This can set when running the test as -ldflags "-X github.com/newrelic/nri-winservices/test.integrationPath="
31
var (
32
integrationPath = "../bin/nri-vsphere"
33
0 commit comments