diff options
Diffstat (limited to 'test/packetimpact/testbench/dut_client.go')
-rw-r--r-- | test/packetimpact/testbench/dut_client.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/packetimpact/testbench/dut_client.go b/test/packetimpact/testbench/dut_client.go index 0fc3d97b4..3b69b28aa 100644 --- a/test/packetimpact/testbench/dut_client.go +++ b/test/packetimpact/testbench/dut_client.go @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build go1.1 +// +build go1.1 + package testbench import ( |