From a55bd73d4802112a7055de8663e947b9c0f42a2e Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 7 Oct 2020 18:27:00 -0700 Subject: Add staticcheck and staticstyle analyzers. This change also adds support to go_stateify for detecting an appropriate receiver name, avoiding a large number of false positives. PiperOrigin-RevId: 335994587 --- test/packetimpact/testbench/testbench.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/packetimpact/testbench') diff --git a/test/packetimpact/testbench/testbench.go b/test/packetimpact/testbench/testbench.go index 0073a1361..3c85ebbee 100644 --- a/test/packetimpact/testbench/testbench.go +++ b/test/packetimpact/testbench/testbench.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package testbench is the packetimpact test API. package testbench import ( -- cgit v1.2.3