From 1de09cbe2187eda21c3d9a22aa8e9e782af27115 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Tue, 20 Aug 2019 15:25:49 -0700 Subject: [PATCH] internal/conformance: change test package name to conformance_test Since there's no conformance package aside from the test, it's cleaner to keep the test in the conformance_test package. Change-Id: If9ccfdfc074fa4f390956dd17d066b8613911147 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/190981 Reviewed-by: Joe Tsai --- internal/conformance/conformance_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/conformance/conformance_test.go b/internal/conformance/conformance_test.go index 67c97939..c3196512 100644 --- a/internal/conformance/conformance_test.go +++ b/internal/conformance/conformance_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package conformance +package conformance_test import ( "encoding/binary"