hs-test: replaced gofmt with goimports 36/41636/2
authorAdrian Villin <[email protected]>
Thu, 26 Sep 2024 09:24:34 +0000 (11:24 +0200)
committerFlorin Coras <[email protected]>
Sat, 28 Sep 2024 02:11:59 +0000 (02:11 +0000)
commit5a4c7a9ce4162f8f9fb397d6b9b59e7fe59beeea
tree60e2e47b271a85200eef2b483a9a5593b8a6ef22
parent6f173171b1d5c4b10165a7d8603e4e6b9d07b7b4
hs-test: replaced gofmt with goimports

- goimports properly formats imports

Type: test

Change-Id: I78c162dd552fd3ee3d59955d7ea215af30601425
Signed-off-by: Adrian Villin <[email protected]>
18 files changed:
.gitignore
extras/hs-test/Makefile
extras/hs-test/http_test.go
extras/hs-test/infra/container.go
extras/hs-test/infra/cpu.go
extras/hs-test/infra/hst_suite.go
extras/hs-test/infra/suite_cpu_pinning.go
extras/hs-test/infra/suite_envoy_proxy.go
extras/hs-test/infra/suite_vpp_proxy.go
extras/hs-test/infra/vppinstance.go
extras/hs-test/mem_leak_test.go
extras/hs-test/nginx_test.go
extras/hs-test/proxy_test.go
extras/vpp_if_stats/apimock.go
extras/vpp_if_stats/json_structs.go
extras/vpp_if_stats/statsmock.go
extras/vpp_if_stats/vpp_if_stats.go
extras/vpp_if_stats/vpp_if_stats_test.go