1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-09-16 09:26:25 +02:00

fix aggregator.go import package (#431)

This import package doesn't match the tests file, preventing imports of
the project from master with tests (without go modules).

The package path matches the test file version, so this moves
aggregator.go to match too.
This commit is contained in:
Damien Mathieu
2020-01-15 15:17:18 +01:00
committed by Liz Fong-Jones
parent 2d5ba32f4f
commit 3a32a19c9a

View File

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
package aggregator_test // import "go.opentelemetry.io/otel/sdk/metric/aggregator"
package aggregator_test // import "go.opentelemetry.io/otel/sdk/export/metric/aggregator"
import (
"errors"